Update app.py
Browse files
app.py
CHANGED
|
@@ -218,7 +218,7 @@ def local_reply(user_msg, history, assessment_state, path_state):
|
|
| 218 |
# Gradio UI
|
| 219 |
# ------------------------------
|
| 220 |
with gr.Blocks(theme="soft", fill_height=True) as demo:
|
| 221 |
-
gr.Markdown("## Entrepreneurial Tutor
|
| 222 |
|
| 223 |
with gr.Row():
|
| 224 |
# Chat
|
|
|
|
| 218 |
# Gradio UI
|
| 219 |
# ------------------------------
|
| 220 |
with gr.Blocks(theme="soft", fill_height=True) as demo:
|
| 221 |
+
gr.Markdown("## Entrepreneurial Tutor")
|
| 222 |
|
| 223 |
with gr.Row():
|
| 224 |
# Chat
|