Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ sql_interface = gr.Interface(
|
|
155 |
css=".footer {display:none !important}",
|
156 |
inputs=gr.Textbox(prompt="You:"),
|
157 |
#outputs=gr.Textbox(),
|
158 |
-
outputs=["chatbot"]
|
159 |
#live=True,
|
160 |
#capture_session=True,
|
161 |
title="ST SQL Chat",
|
|
|
155 |
css=".footer {display:none !important}",
|
156 |
inputs=gr.Textbox(prompt="You:"),
|
157 |
#outputs=gr.Textbox(),
|
158 |
+
outputs=["chatbot"],
|
159 |
#live=True,
|
160 |
#capture_session=True,
|
161 |
title="ST SQL Chat",
|