v1.0
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def process_input(symptoms: str, city: str) -> tuple:
|
|
73 |
with gr.Blocks(css=".gradio-container {max-width: 800px; margin: auto;}") as demo:
|
74 |
gr.Markdown(
|
75 |
"""
|
76 |
-
# 🏥
|
77 |
Enter your symptoms and optionally your city to get medical guidance and nearby clinic recommendations.
|
78 |
"""
|
79 |
)
|
|
|
73 |
with gr.Blocks(css=".gradio-container {max-width: 800px; margin: auto;}") as demo:
|
74 |
gr.Markdown(
|
75 |
"""
|
76 |
+
# 🏥 AI Emergency Surgery Assistant
|
77 |
Enter your symptoms and optionally your city to get medical guidance and nearby clinic recommendations.
|
78 |
"""
|
79 |
)
|