Spaces:
Sleeping
Sleeping
Commit ·
7322a7d
1
Parent(s): 2cbd7a1
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,8 +104,6 @@ def get_visualizations():
|
|
| 104 |
fig2 = topic_model.visualize_barchart(custom_labels=True)
|
| 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)
|
|
|
|
| 104 |
fig2 = topic_model.visualize_barchart(custom_labels=True)
|
| 105 |
st.plotly_chart(fig1)
|
| 106 |
st.plotly_chart(fig2)
|
|
|
|
|
|
|
| 107 |
|
| 108 |
|
| 109 |
st.button("Run Visualization", on_click=get_visualizations)
|