Bismark commited on
Commit
15957a9
·
1 Parent(s): 203f13d

Remove secrets file from repo

Browse files
Files changed (1) hide show
  1. helper.py +1 -1
helper.py CHANGED
@@ -188,7 +188,7 @@ def create_basic_titles(topics):
188
  titles.append(title)
189
  return titles
190
 
191
- def plot_topics(topics, use_ai=True, hf_token=None, **kwargs):
192
  """
193
  Plots a bar chart for the top words in each topic.
194
 
 
188
  titles.append(title)
189
  return titles
190
 
191
+ def plot_topics(topics, use_ai=True, **kwargs):
192
  """
193
  Plots a bar chart for the top words in each topic.
194