Sasidhar commited on
Commit
dbe00f2
·
1 Parent(s): 73a72e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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..."):