Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -215,7 +215,7 @@ Choose one of the three tasks below ... and start to play!
|
|
| 215 |
chat_button_mf.click(func3, inputs=[num_selected_3, slider_3_1, num1, num2, user_important_mf], outputs=[slider_3_2, chatbot_mf_1, num1, num2, tot_scores])
|
| 216 |
interpre_button_mf.click(interpre3, inputs=[num_selected_3], outputs=[interpretation_mf_2])
|
| 217 |
|
| 218 |
-
chat_button_mf_2.click(func3_written, inputs=[
|
| 219 |
|
| 220 |
if __name__ == "__main__":
|
| 221 |
demo.launch()
|
|
|
|
| 215 |
chat_button_mf.click(func3, inputs=[num_selected_3, slider_3_1, num1, num2, user_important_mf], outputs=[slider_3_2, chatbot_mf_1, num1, num2, tot_scores])
|
| 216 |
interpre_button_mf.click(interpre3, inputs=[num_selected_3], outputs=[interpretation_mf_2])
|
| 217 |
|
| 218 |
+
chat_button_mf_2.click(func3_written, inputs=[text_written_mf, slider_3_3], outputs=[interpretation_mf_4, slider_3_4, chatbot_mf_2])
|
| 219 |
|
| 220 |
if __name__ == "__main__":
|
| 221 |
demo.launch()
|