Tonic commited on
Commit
0c3132f
·
1 Parent(s): 39dff4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def query_vectara(query_str):
56
  # Create a Gradio interface
57
  iface = gr.Interface(
58
  fn=query_vectara,
59
- inputs=gr.inputs.Textbox(text="Ask a question:"),
60
  outputs=gr.outputs.JSON(),
61
  live=True,
62
  capture_session=True
 
56
  # Create a Gradio interface
57
  iface = gr.Interface(
58
  fn=query_vectara,
59
+ inputs=gr.inputs.Textbox(label="Ask a question:"),
60
  outputs=gr.outputs.JSON(),
61
  live=True,
62
  capture_session=True