ewriji commited on
Commit
d669a08
1 Parent(s): 80d8882

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def get_replacements_with_classifier(model, sentence, num_tokens, k_best, m_best
117
 
118
  st.set_page_config(page_title="A + B calculator pro max", layout="centered")
119
  st.markdown("## Dude, let's convert some negative vibes to positive")
120
- negative = st.text_input("Gimme ya review", value='')
121
 
122
  positive = get_replacements_with_classifier(
123
  classification_model,
117
 
118
  st.set_page_config(page_title="A + B calculator pro max", layout="centered")
119
  st.markdown("## Dude, let's convert some negative vibes to positive")
120
+ negative = st.text_input("Gimme ya review", value='great wings and decent drinks but the wait staff is horrible !')
121
 
122
  positive = get_replacements_with_classifier(
123
  classification_model,