Tonic commited on
Commit
def0a86
·
1 Parent(s): 9675a20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def retrieve_info(query):
88
  iface = gr.Interface(
89
  fn=retrieve_info,
90
  inputs=[
91
- gr.inputs.Textbox(label="Query")
92
  ],
93
  outputs="text",
94
  allow_flagging="never"
 
88
  iface = gr.Interface(
89
  fn=retrieve_info,
90
  inputs=[
91
+ gr.Textbox(label="Query")
92
  ],
93
  outputs="text",
94
  allow_flagging="never"