Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ with gr.Blocks() as dropdown_interface:
|
|
| 116 |
|
| 117 |
# Combine both interfaces into a tabbed layout
|
| 118 |
tabbed_interface = gr.TabbedInterface(
|
| 119 |
-
[dropdown_interface,
|
| 120 |
["Problem Solver", "Chat Interface"]
|
| 121 |
)
|
| 122 |
|
|
|
|
| 116 |
|
| 117 |
# Combine both interfaces into a tabbed layout
|
| 118 |
tabbed_interface = gr.TabbedInterface(
|
| 119 |
+
[dropdown_interface, demo],
|
| 120 |
["Problem Solver", "Chat Interface"]
|
| 121 |
)
|
| 122 |
|