Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ def local_reply(user_msg, history, assessment_state, path_state):
|
|
| 160 |
# Gradio UI
|
| 161 |
# ------------------------------
|
| 162 |
with gr.Blocks(theme="soft", fill_height=True) as demo:
|
| 163 |
-
gr.Markdown("## Entrepreneurial Tutor
|
| 164 |
|
| 165 |
with gr.Row():
|
| 166 |
# Chat
|
|
|
|
| 160 |
# Gradio UI
|
| 161 |
# ------------------------------
|
| 162 |
with gr.Blocks(theme="soft", fill_height=True) as demo:
|
| 163 |
+
gr.Markdown("## Entrepreneurial Tutor testing \nAsk about readiness or paths. Use the tools on the right to feed me context.")
|
| 164 |
|
| 165 |
with gr.Row():
|
| 166 |
# Chat
|