sahilursa commited on
Commit
2bcde99
Β·
verified Β·
1 Parent(s): 9c0a4f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("# Welcome to the Halassa Lab AI Explainer")
125
- gr.Markdown("I'm an AI assistant trained on the Halassa Lab's research. My job is to explain our work on how the brain processes information, pays attention, and sleeps. Ask me a question in plain English, or try one of the examples below!")
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)