MarMont commited on
Commit
8e98fe7
1 Parent(s): a212c2d

changed to show tppic first

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[['original_tweets', 'max_topic']].copy()
343
 
344
  return lda_topics_string, output_df
345
 
 
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