Spaces:
Sleeping
Sleeping
scroll_to_output=True
Browse files
app.py
CHANGED
@@ -2494,7 +2494,8 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2494 |
send_button.click(
|
2495 |
chat_with_opan_ai_assistant,
|
2496 |
inputs=[password, video_id, user_data, thread_id, trascript_state, key_moments, msg, chatbot, content_subject, content_grade, socratic_mode_btn],
|
2497 |
-
outputs=[msg, chatbot, thread_id]
|
|
|
2498 |
)
|
2499 |
openai_chatbot_audio_input.change(
|
2500 |
process_open_ai_audio_to_chatbot,
|
|
|
2494 |
send_button.click(
|
2495 |
chat_with_opan_ai_assistant,
|
2496 |
inputs=[password, video_id, user_data, thread_id, trascript_state, key_moments, msg, chatbot, content_subject, content_grade, socratic_mode_btn],
|
2497 |
+
outputs=[msg, chatbot, thread_id],
|
2498 |
+
scroll_to_output=True
|
2499 |
)
|
2500 |
openai_chatbot_audio_input.change(
|
2501 |
process_open_ai_audio_to_chatbot,
|