MarMont commited on
Commit
f58fd5b
·
1 Parent(s): b629b6f

fix place data

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -558,7 +558,7 @@ def main(dataset, model
558
  print('doing lda')
559
  top_tweets = full_lda(df)
560
  print('done lda')
561
- place_data = 'test'
562
  else:
563
  df = cleaning(df)
564
  base_bertopic(df)
 
558
  print('doing lda')
559
  top_tweets = full_lda(df)
560
  print('done lda')
561
+ # place_data = 'test'
562
  else:
563
  df = cleaning(df)
564
  base_bertopic(df)