SrijitMukherjee commited on
Commit
9a1205d
·
verified ·
1 Parent(s): 26f4560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, chat_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