Lahiru Menikdiwela
commited on
Commit
·
4ea0806
1
Parent(s):
7d7d8fa
st.echo test
Browse files
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.
|
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')
|