any0019 commited on
Commit
fb2797d
·
1 Parent(s): f50021d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def get_best_hypotheses(sentence, beam_size, max_steps, epsilon=1e-3, pretty_out
107
  return current_beam, used_poss
108
 
109
 
110
- st.title("Correcting opinions")
111
 
112
  default_value = "write your review here (in lower case - vocab reasons)"
113
  sentence = st.text_area("Text", default_value, height = 275)
 
107
  return current_beam, used_poss
108
 
109
 
110
+ st.title("Correcting opinions of fellow comrades")
111
 
112
  default_value = "write your review here (in lower case - vocab reasons)"
113
  sentence = st.text_area("Text", default_value, height = 275)