Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,10 @@ def clear_chat():
|
|
117 |
|
118 |
# Gradio UI
|
119 |
with gr.Blocks(theme=gr.themes.Soft()) as chat_ui:
|
120 |
-
|
|
|
|
|
|
|
121 |
|
122 |
# File upload section
|
123 |
with gr.Row():
|
|
|
117 |
|
118 |
# Gradio UI
|
119 |
with gr.Blocks(theme=gr.themes.Soft()) as chat_ui:
|
120 |
+
# Header Section
|
121 |
+
with gr.Row():
|
122 |
+
gr.Markdown("# 🏥 Medical Image Analysis Chatbot")
|
123 |
+
search_bar = gr.Textbox(label="Search", placeholder="Search...", interactive=True)
|
124 |
|
125 |
# File upload section
|
126 |
with gr.Row():
|