aimedica commited on
Commit
2b41539
·
verified ·
1 Parent(s): 3ffa3a6
Files changed (1) hide show
  1. app.py +1 -1
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
- # 🏥 WSES: AI Emergency Surgery Assistant
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
  )