Spaces:
Sleeping
Sleeping
Commit ·
2cbd7a1
1
Parent(s): ac0df45
Update app.py
Browse files
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)
|