Update app.py
Browse files
app.py
CHANGED
@@ -434,7 +434,7 @@ def create_interface():
|
|
434 |
)
|
435 |
combined_clear_btn.click(clear_all_inputs,
|
436 |
outputs=[combined_chatbot, combined_text_input,
|
437 |
-
combined_pdf_input,
|
438 |
combined_audio_recorder])
|
439 |
|
440 |
gr.Markdown("""
|
|
|
434 |
)
|
435 |
combined_clear_btn.click(clear_all_inputs,
|
436 |
outputs=[combined_chatbot, combined_text_input,
|
437 |
+
combined_pdf_input, combined_audio_input,
|
438 |
combined_audio_recorder])
|
439 |
|
440 |
gr.Markdown("""
|