MarMont commited on
Commit
1137a75
1 Parent(s): e51bd4e

Assign all topics

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -339,7 +339,7 @@ def dataframeProcessing(dataset):
339
  print('Topic ', i)
340
  print(rep_tweets[:5])
341
 
342
- output_df = df[['max_topic', 'original_tweets']].copy()
343
 
344
  return lda_topics_string, output_df
345
 
 
339
  print('Topic ', i)
340
  print(rep_tweets[:5])
341
 
342
+ output_df = df[['topic', 'original_tweets']].copy()
343
 
344
  return lda_topics_string, output_df
345