alexkueck commited on
Commit
7f40e70
1 Parent(s): 8bd6126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -476,7 +476,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
476
  predict_args = dict(
477
  fn=generate,
478
  inputs=[
479
- user_input,
480
  chatbot,
481
  #history,
482
  rag_option,
 
476
  predict_args = dict(
477
  fn=generate,
478
  inputs=[
479
+ user_question,
480
  chatbot,
481
  #history,
482
  rag_option,