arjunanand13 commited on
Commit
ecb6fb4
1 Parent(s): bf6bdc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ class Chatbot:
129
  # tab1.outputs = dummy_outputs
130
  # tab2.outputs = dummy_outputs
131
 
132
- tabbed_interface = gr.Interface([tab1, tab2],["Textbox Input", "Dropdown Input"],title="TI E2E FORUM",theme="compact").launch(debug=True)
133
 
134
  # Instantiate and launch the chatbot
135
  chatbot = Chatbot()
 
129
  # tab1.outputs = dummy_outputs
130
  # tab2.outputs = dummy_outputs
131
 
132
+ gr.TabbedInterface([tab1, tab2],["Textbox Input", "Dropdown Input"],title="TI E2E FORUM",theme="compact").launch(debug=True)
133
 
134
  # Instantiate and launch the chatbot
135
  chatbot = Chatbot()