Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,9 @@ with gr.Blocks(theme='snehilsanyal/scikit-learn') as app2:
|
|
102 |
[chatbot,text_box,image_box],
|
103 |
chatbot
|
104 |
)
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
demo.queue()
|
109 |
demo.launch()
|
|
|
102 |
[chatbot,text_box,image_box],
|
103 |
chatbot
|
104 |
)
|
105 |
+
with gr.Blocks(theme='snehilsanyal/scikit-learn') as demo:
|
106 |
+
gr.Markdown("# DEMO #")
|
107 |
+
gr.TabbedInterface([app1, app2], ["APP #1", "APP #2"])
|
108 |
|
109 |
demo.queue()
|
110 |
demo.launch()
|