ikozlov90 commited on
Commit
dc3946a
·
1 Parent(s): 04b5012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,6 +87,6 @@ if len(user_input.split()) > 0:
87
  fix_list = replacements.new_sentence.to_list()
88
 
89
  for new_sentence in fix_list:
90
- st.markdown(f"New sentence:")
91
  st.markdown(f"{new_sentence}")
92
  st.markdown(f"New sentence negativity: {get_sent_score(new_sentence)}")
 
87
  fix_list = replacements.new_sentence.to_list()
88
 
89
  for new_sentence in fix_list:
90
+ st.caption(f"New sentence:")
91
  st.markdown(f"{new_sentence}")
92
  st.markdown(f"New sentence negativity: {get_sent_score(new_sentence)}")