RamAnanth1 commited on
Commit
b305124
1 Parent(s): 4dc7953

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, use_container_width=True)
83
 
 
79
  topics = list(range(8)),
80
  custom_labels=True)
81
 
82
+ st.plotly_chart(fig)
83