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