Update app.py
Browse files
app.py
CHANGED
@@ -717,7 +717,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
717 |
inputs=[
|
718 |
user_question2,
|
719 |
chatbot_bild,
|
720 |
-
additional_inputs,
|
721 |
],
|
722 |
outputs=[chatbot_bild, status_display2], #[chatbot, history, status_display]
|
723 |
show_progress=True,
|
|
|
717 |
inputs=[
|
718 |
user_question2,
|
719 |
chatbot_bild,
|
720 |
+
#additional_inputs,
|
721 |
],
|
722 |
outputs=[chatbot_bild, status_display2], #[chatbot, history, status_display]
|
723 |
show_progress=True,
|