Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,4 +96,8 @@ with gr.Blocks() as lifestyle_interface:
|
|
96 |
|
97 |
# Combine interfaces using Tabs
|
98 |
app = gr.TabbedInterface(
|
99 |
-
[
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
# Combine interfaces using Tabs
|
98 |
app = gr.TabbedInterface(
|
99 |
+
[medical_interface, psychiatric_interface, lifestyle_interface],
|
100 |
+
["Medical Diagnosis", "Psychiatric Analysis", "Lifestyle & Nutrition Chat"]
|
101 |
+
)
|
102 |
+
|
103 |
+
app.launch(inline=False)
|