Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ sql_interface = gr.Interface(
|
|
129 |
fn=sqlquery,
|
130 |
theme="default",
|
131 |
#inputs=gr.Textbox(prompt="You:"),
|
132 |
-
inputs=["text", "
|
133 |
outputs=gr.Textbox(),
|
134 |
live=True,
|
135 |
capture_session=True,
|
|
|
129 |
fn=sqlquery,
|
130 |
theme="default",
|
131 |
#inputs=gr.Textbox(prompt="You:"),
|
132 |
+
inputs=["text", "text"],
|
133 |
outputs=gr.Textbox(),
|
134 |
live=True,
|
135 |
capture_session=True,
|