wzkariampuzha commited on
Commit
33a096f
1 Parent(s): d5e5338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -112,8 +112,6 @@ if disease_or_gard_id:
112
  #st.dataframe(data=None, width=None, height=None)
113
  gathered, relevant, epidemiologic = sankey_data
114
  if st.button('Display Sankey Diagram'):
115
- st.write('Sankey Diagram here')
116
  fig = epi_sankey(sankey_data)
117
  st.plotly_chart(fig, use_container_width=True)
118
- pass
119
  # st.code(body, language="python")
 
112
  #st.dataframe(data=None, width=None, height=None)
113
  gathered, relevant, epidemiologic = sankey_data
114
  if st.button('Display Sankey Diagram'):
 
115
  fig = epi_sankey(sankey_data)
116
  st.plotly_chart(fig, use_container_width=True)
 
117
  # st.code(body, language="python")