Spaces:
Sleeping
Sleeping
btn_1_chat_with_opan_ai_assistant_input =[password, video_id, thread_id, df_string_output, btn_1, chatbot, content_subject, content_grade, socratic_mode_btn]
Browse files
app.py
CHANGED
@@ -2013,7 +2013,9 @@ with gr.Blocks(theme=gr.themes.Base(primary_hue=gr.themes.colors.orange, seconda
|
|
2013 |
)
|
2014 |
|
2015 |
# 连接按钮点击事件
|
2016 |
-
|
|
|
|
|
2017 |
btn_1.click(
|
2018 |
chat_with_opan_ai_assistant,
|
2019 |
inputs=chat_with_opan_ai_assistant_input,
|
|
|
2013 |
)
|
2014 |
|
2015 |
# 连接按钮点击事件
|
2016 |
+
btn_1_chat_with_opan_ai_assistant_input =[password, video_id, thread_id, df_string_output, btn_1, chatbot, content_subject, content_grade, socratic_mode_btn]
|
2017 |
+
btn_2_chat_with_opan_ai_assistant_input =[password, video_id, thread_id, df_string_output, btn_2, chatbot, content_subject, content_grade, socratic_mode_btn]
|
2018 |
+
btn_3_chat_with_opan_ai_assistant_input =[password, video_id, thread_id, df_string_output, btn_3, chatbot, content_subject, content_grade, socratic_mode_btn]
|
2019 |
btn_1.click(
|
2020 |
chat_with_opan_ai_assistant,
|
2021 |
inputs=chat_with_opan_ai_assistant_input,
|