Lahiru Menikdiwela commited on
Commit
4ea0806
·
1 Parent(s): 7d7d8fa

st.echo test

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -192,8 +192,8 @@ def load_app():
192
  st.write(cleaned_txt[0])
193
  else:
194
  formatted_text = cleaned_txt.replace("_", "\\_") # Escape underscores
195
- formatted_text = " ".join(formatted_text.split())
196
- st.markdown(f"""{formatted_text}""")
197
  print("format")
198
 
199
  st.subheader('Optional - Evaluate summary against a reference')
 
192
  st.write(cleaned_txt[0])
193
  else:
194
  formatted_text = cleaned_txt.replace("_", "\\_") # Escape underscores
195
+ # formatted_text = " ".join(formatted_text.split())
196
+ st.echo(f"""{formatted_text}""")
197
  print("format")
198
 
199
  st.subheader('Optional - Evaluate summary against a reference')