Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ elif selected_menu == "Summarize Document":
|
|
237 |
tags_found = ["Injury Details", "Past Medical Conditions", "Injury Management Plan", "GP Correspondence"]
|
238 |
time.sleep(5)
|
239 |
st.write("This document is about:")
|
240 |
-
st.markdown(";".join(["#" + tag + " " for tag in tags_found])**)
|
241 |
st.markdown("""---""")
|
242 |
|
243 |
with st.spinner("Summarizing Document..."):
|
|
|
237 |
tags_found = ["Injury Details", "Past Medical Conditions", "Injury Management Plan", "GP Correspondence"]
|
238 |
time.sleep(5)
|
239 |
st.write("This document is about:")
|
240 |
+
st.markdown(";".join(["#" + tag + " " for tag in tags_found]) + "**")
|
241 |
st.markdown("""---""")
|
242 |
|
243 |
with st.spinner("Summarizing Document..."):
|