Spaces:
Sleeping
Sleeping
Bismark commited on
Commit ·
15957a9
1
Parent(s): 203f13d
Remove secrets file from repo
Browse files
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,
|
| 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 |
|