RamAnanth1 commited on
Commit
2cbd7a1
1 Parent(s): ac0df45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def get_visualizations():
105
  st.plotly_chart(fig1)
106
  st.plotly_chart(fig2)
107
  st.write("Full List of Papers")
108
- to_html(df,table_header)
109
 
110
 
111
  st.button("Run Visualization", on_click=get_visualizations)
 
105
  st.plotly_chart(fig1)
106
  st.plotly_chart(fig2)
107
  st.write("Full List of Papers")
108
+ #to_html(df,table_header)
109
 
110
 
111
  st.button("Run Visualization", on_click=get_visualizations)