arjunanand13 commited on
Commit
ccbc758
1 Parent(s): 4b8b848

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ class Chatbot:
136
  # tab1.outputs = dummy_outputs
137
  # tab2.outputs = dummy_outputs
138
 
139
- gr.TabbedInterface([tab1, tab2],["Textbox Input", "Dropdown Input"],title="TI E2E FORUM",css=css_code).launch(debug=True)
140
 
141
  # Instantiate and launch the chatbot
142
  chatbot = Chatbot()
 
136
  # tab1.outputs = dummy_outputs
137
  # tab2.outputs = dummy_outputs
138
 
139
+ gr.TabbedInterface([tab1, tab2],["Textbox Input", "FAQs"],title="TI E2E FORUM",css=css_code).launch(debug=True)
140
 
141
  # Instantiate and launch the chatbot
142
  chatbot = Chatbot()