lguoao123 commited on
Commit
3292bb0
·
verified ·
1 Parent(s): 99189ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ if st.button("Classify"):
28
  max_score = result['score']
29
  max_label = result['label']
30
 
31
- st.write("Text:", text)
32
  st.write("Label:", max_label)
33
  st.write("Score:", max_score)
34
 
 
28
  max_score = result['score']
29
  max_label = result['label']
30
 
31
+ st.write("Text:", translate_text)
32
  st.write("Label:", max_label)
33
  st.write("Score:", max_score)
34