RamAnanth1 commited on
Commit
eab9474
1 Parent(s): 3957214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def get_visualizations():
82
  topics = list(range(8)),
83
  custom_labels=True)
84
  topic_model.set_topic_labels(topic_names)
85
- fig2 = topic_model.visualize_barchart(custom_labels=True))
86
  st.plotly_chart(fig1)
87
  st.plotly_chart(fig2)
88
 
 
82
  topics = list(range(8)),
83
  custom_labels=True)
84
  topic_model.set_topic_labels(topic_names)
85
+ fig2 = topic_model.visualize_barchart(custom_labels=True)
86
  st.plotly_chart(fig1)
87
  st.plotly_chart(fig2)
88