Spaces:
Sleeping
Sleeping
RamAnanth1
commited on
Commit
•
b305124
1
Parent(s):
4dc7953
Update app.py
Browse files
app.py
CHANGED
@@ -79,5 +79,5 @@ fig = topic_model.visualize_documents(df['content.title'].values,
|
|
79 |
topics = list(range(8)),
|
80 |
custom_labels=True)
|
81 |
|
82 |
-
st.plotly_chart(fig
|
83 |
|
|
|
79 |
topics = list(range(8)),
|
80 |
custom_labels=True)
|
81 |
|
82 |
+
st.plotly_chart(fig)
|
83 |
|