theekshana
commited on
Commit
•
8a15c33
1
Parent(s):
55a77e3
st.markdown
Browse files
app.py
CHANGED
@@ -227,7 +227,7 @@ def display_output(summarized_text,time):
|
|
227 |
logger.info(f"SUMMARY: {summarized_text}")
|
228 |
logger.info(f"Summary took {time}s")
|
229 |
st.subheader("Summarized text")
|
230 |
-
st.
|
231 |
st.info(f"Time: {time}s")
|
232 |
|
233 |
|
|
|
227 |
logger.info(f"SUMMARY: {summarized_text}")
|
228 |
logger.info(f"Summary took {time}s")
|
229 |
st.subheader("Summarized text")
|
230 |
+
st.markdown(f"{summarized_text}")
|
231 |
st.info(f"Time: {time}s")
|
232 |
|
233 |
|