Polo123 commited on
Commit
9f90fe6
·
verified ·
1 Parent(s): ba64f68

Update logic.py

Browse files
Files changed (1) hide show
  1. logic.py +1 -1
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",