bubuuunel commited on
Commit
72a6d6e
1 Parent(s): 20dd057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ company = gr.Radio(
157
 
158
  demo = gr.Interface(
159
  fn=predict,
160
- inputs=[textbox,company],
161
  outputs="text",
162
  title="RAG on 10k-reports",
163
  description="This API allows you to query on annaul reports",
 
157
 
158
  demo = gr.Interface(
159
  fn=predict,
160
+ inputs=[user_input,company],
161
  outputs="text",
162
  title="RAG on 10k-reports",
163
  description="This API allows you to query on annaul reports",