raviix46 commited on
Commit
3f3671e
·
verified ·
1 Parent(s): ab4526c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with gr.Blocks(css=custom_css) as demo:
14
  with gr.Tab("FAQ Assistant"):
15
  faq_assistant_tab()
16
 
17
- with gr.Tab("Symptom Checker"):
18
  symptom_checker_tab()
19
 
20
  # Launch the app
 
14
  with gr.Tab("FAQ Assistant"):
15
  faq_assistant_tab()
16
 
17
+ with gr.Tab("🧬 Symptom Checker"):
18
  symptom_checker_tab()
19
 
20
  # Launch the app