jfataphd commited on
Commit
4986ef2
·
1 Parent(s): dcd525b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,7 +73,7 @@ st.header(":red[*O*]nco:red[*D*]igger")
73
 
74
  st.subheader(
75
  "A web app designed to explore massive amounts of :red[*PubMed Cancer abstracts*] for a deeper understanding of your research. Results are driven "
76
- "by Machine Learning and Natural Language Processing algorithms, which allow you to scan and mine information from hundreds of thousands of abstracts in seconds.")
77
 
78
 
79
  def custom_subheader(text, identifier, font_size):
@@ -756,7 +756,7 @@ if query:
756
  texttemplate="<span style='font-family: Arial; font-size: 20px;'>%{customdata[3]}<br><br>"
757
  "<a href='%{customdata[0]}'>PubMed"
758
  "</a><br><br><a href='%{customdata[2]}'>Wikipedia"
759
- "</a><br><a href='%{customdata[4]}'>ClinicalTrials.gov"
760
  "</span></a>")
761
  fig.update_layout(uniformtext=dict(minsize=15), treemapcolorway=["Thistle"])
762
  # # display the treemap in Streamlit
 
73
 
74
  st.subheader(
75
  "A web app designed to explore massive amounts of :red[*PubMed Cancer abstracts*] for a deeper understanding of your research. Results are driven "
76
+ "by Machine Learning and Natural Language Processing algorithms, which allow you to scan and mine information from millions of abstracts in seconds.")
77
 
78
 
79
  def custom_subheader(text, identifier, font_size):
 
756
  texttemplate="<span style='font-family: Arial; font-size: 20px;'>%{customdata[3]}<br><br>"
757
  "<a href='%{customdata[0]}'>PubMed"
758
  "</a><br><br><a href='%{customdata[2]}'>Wikipedia"
759
+ "</a><br><br><a href='%{customdata[4]}'>ClinicalTrials.gov"
760
  "</span></a>")
761
  fig.update_layout(uniformtext=dict(minsize=15), treemapcolorway=["Thistle"])
762
  # # display the treemap in Streamlit