Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ Choose one of the three tasks below ... and start to play!
|
|
206 |
|
207 |
sample_button_en.click(read1, inputs=[text_en], outputs=[interpretation1, lang_selected, num_selected, interpretation2, slider_1_1, slider_1_2, chatbot1])
|
208 |
sample_button_nl.click(read1, inputs=[text_nl], outputs=[interpretation1, lang_selected, num_selected, interpretation2, slider_1_1, slider_1_2, chatbot1])
|
209 |
-
chat_button_1.click(func1, inputs=[lang_selected, num_selected, slider_1_1, num1, num2,
|
210 |
interpre_button.click(interpre1, inputs=[lang_selected, num_selected], outputs=[interpretation2])
|
211 |
|
212 |
# sample_button_en_written.click(read1_written, inputs=[text_en], outputs=[text_written])
|
|
|
206 |
|
207 |
sample_button_en.click(read1, inputs=[text_en], outputs=[interpretation1, lang_selected, num_selected, interpretation2, slider_1_1, slider_1_2, chatbot1])
|
208 |
sample_button_nl.click(read1, inputs=[text_nl], outputs=[interpretation1, lang_selected, num_selected, interpretation2, slider_1_1, slider_1_2, chatbot1])
|
209 |
+
chat_button_1.click(func1, inputs=[lang_selected, num_selected, slider_1_1, num1, num2, user_important], outputs=[slider_1_2, chatbot1, num1, num2, tot_scores, plot])
|
210 |
interpre_button.click(interpre1, inputs=[lang_selected, num_selected], outputs=[interpretation2])
|
211 |
|
212 |
# sample_button_en_written.click(read1_written, inputs=[text_en], outputs=[text_written])
|