wzkariampuzha commited on
Commit
f9ea417
1 Parent(s): 0b17811

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -10
app.py CHANGED
@@ -143,16 +143,7 @@ if disease_or_gard_id:
143
  - ETHN: Ethnicities, races, and nationalities of those represented in the epidemiologic study.
144
  ''')
145
  else:
146
- st.markdown('''COLUMNS: \\
147
- - PROB_OF_EPI: Probability that the paper is an epidemiologic study based on its abstract. \\
148
- - IsEpi: If it is an epidemiologic study (If PROB_OF_EPI >0.5) \\
149
- - EPI: Epidemiology Types are the metrics used to estimate disease burden such as "incidence", "prevalence rate", or "occurrence"
150
- - STAT: Epidemiology Rates describe how many people are afflicted by a disease.
151
- - DATE: The dates when the epidemiologic studies were conducted
152
- - LOC: Where the epidemiologic studies were conducted.
153
- - SEX: The biological sexes mentioned in the abstract. Useful for diseases that disproportionately affect one sex over the other or may provide context to composition of the study population
154
- - ETHN: Ethnicities, races, and nationalities of those represented in the epidemiologic study.
155
- ''')
156
  #st.dataframe(data=None, width=None, height=None)
157
  fig = epi_sankey(sankey_data,disease_or_gard_id)
158
 
 
143
  - ETHN: Ethnicities, races, and nationalities of those represented in the epidemiologic study.
144
  ''')
145
  else:
146
+ st.markdown("COLUMNS: \n - PROB_OF_EPI: Probability that the paper is an epidemiologic study based on its abstract. \n - IsEpi: If it is an epidemiologic study (If PROB_OF_EPI >0.5) \n - EPI: Epidemiology Types are the metrics used to estimate disease burden such as 'incidence', 'prevalence rate', or 'occurrence' \n - STAT: Epidemiology Rates describe how many people are afflicted by a disease. \n - DATE: The dates when the epidemiologic studies were conducted \n - LOC: Where the epidemiologic studies were conducted. \n - SEX: The biological sexes mentioned in the abstract. Useful for diseases that disproportionately affect one sex over the other or may provide context to composition of the study population \n - ETHN: Ethnicities, races, and nationalities of those represented in the epidemiologic study.")
 
 
 
 
 
 
 
 
 
147
  #st.dataframe(data=None, width=None, height=None)
148
  fig = epi_sankey(sankey_data,disease_or_gard_id)
149