JRQi commited on
Commit
1ab0a91
1 Parent(s): 6335809

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, interpretation1], 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])
 
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])