Update app.py
Browse files
app.py
CHANGED
@@ -81,4 +81,4 @@ chat_interface = gr.Interface(
|
|
81 |
)
|
82 |
|
83 |
# Combining the two interfaces in a tab layout
|
84 |
-
gr.TabbedInterface([url_input_interface, chat_interface], ["URL Processor", "Chat Interface"]).launch(debug=True
|
|
|
81 |
)
|
82 |
|
83 |
# Combining the two interfaces in a tab layout
|
84 |
+
gr.TabbedInterface([url_input_interface, chat_interface], ["URL Processor", "Chat Interface"]).launch(debug=True)
|