Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
ecb6fb4
1
Parent(s):
bf6bdc0
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ class Chatbot:
|
|
129 |
# tab1.outputs = dummy_outputs
|
130 |
# tab2.outputs = dummy_outputs
|
131 |
|
132 |
-
|
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()
|