ppsingh commited on
Commit
e128654
·
verified ·
1 Parent(s): fe6af28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(title="ChatFed Orchestrator") as demo:
175
  # UI event handler
176
  submit_btn.click(
177
  fn=process_query,
178
- inputs=[query_input, reports_input, sources_input, subtype_input, year_input],
179
  outputs=output
180
  )
181
 
 
175
  # UI event handler
176
  submit_btn.click(
177
  fn=process_query,
178
+ inputs=query_input,
179
  outputs=output
180
  )
181