Docfile commited on
Commit
f1bb85a
·
1 Parent(s): 11f5b31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,5 +69,5 @@ async def main(query):
69
  print(response)
70
  return response
71
 
72
- iface = gr.Interface(fn=main, inputs="text", outputs="text")
73
  iface.launch()
 
69
  print(response)
70
  return response
71
 
72
+ iface = gr.Interface(fn=main, inputs=gr.Textbox(label="Question:", lines=4), outputs="text")
73
  iface.launch()