Spaces:
Sleeping
Sleeping
Update logic.py
Browse files
logic.py
CHANGED
@@ -131,7 +131,7 @@ def get_topics(docs):
|
|
131 |
|
132 |
#-------------------------------
|
133 |
# Visualize Topics
|
134 |
-
def get_figure(topic_model)
|
135 |
# Prepare logo
|
136 |
bertopic_logo_response = requests.get(
|
137 |
"https://raw.githubusercontent.com/MaartenGr/BERTopic/master/images/logo.png",
|
|
|
131 |
|
132 |
#-------------------------------
|
133 |
# Visualize Topics
|
134 |
+
def get_figure(topic_model):
|
135 |
# Prepare logo
|
136 |
bertopic_logo_response = requests.get(
|
137 |
"https://raw.githubusercontent.com/MaartenGr/BERTopic/master/images/logo.png",
|