Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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,
|