Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,8 +121,8 @@ with gr.Blocks(theme=theme, title="Halassa Lab AI Explainer") as demo:
|
|
| 121 |
with gr.Column():
|
| 122 |
# --- Header Section ---
|
| 123 |
gr.Image("https://d39w22sdwnt1s2.cloudfront.net/wp-content/uploads/2023/10/Halassa-M-2023-Option-2-1200x675.jpg", show_label=False, show_download_button=False, container=False)
|
| 124 |
-
gr.Markdown("#
|
| 125 |
-
gr.Markdown("
|
| 126 |
|
| 127 |
# --- Chatbot Interface ---
|
| 128 |
chatbot_ui = gr.Chatbot(label="Conversation", height=500, layout="panel", bubble_full_width=False)
|
|
|
|
| 121 |
with gr.Column():
|
| 122 |
# --- Header Section ---
|
| 123 |
gr.Image("https://d39w22sdwnt1s2.cloudfront.net/wp-content/uploads/2023/10/Halassa-M-2023-Option-2-1200x675.jpg", show_label=False, show_download_button=False, container=False)
|
| 124 |
+
gr.Markdown("# Hello! ")
|
| 125 |
+
gr.Markdown("Ask me anything about the work we do in the Halassa Lab!")
|
| 126 |
|
| 127 |
# --- Chatbot Interface ---
|
| 128 |
chatbot_ui = gr.Chatbot(label="Conversation", height=500, layout="panel", bubble_full_width=False)
|