teaevo commited on
Commit
f6d8df1
·
1 Parent(s): 95934ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", "state"],
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,