Update app.py
Browse files
app.py
CHANGED
@@ -44,4 +44,4 @@ combined_interface = gr.Interface([chatbot_interface, sql_execution_interface],
|
|
44 |
|
45 |
# Launch the combined Gradio interface
|
46 |
if __name__ == "__main__":
|
47 |
-
|
|
|
44 |
|
45 |
# Launch the combined Gradio interface
|
46 |
if __name__ == "__main__":
|
47 |
+
sql_execution_interface.launch()
|