Nisse00 commited on
Commit
fae15d7
1 Parent(s): 6cfccf3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def main(From,
57
  ['username', 'nlikes', 'nreplies', 'nretweets', 'main_topic', 'sub_topic', 'sentiment', 'target', 'tweet',
58
  'date', 'urls', 'id', 'class_tuple', 'user_id']]
59
 
60
- return dataframe[fixChoicesCorrectOrder(ListChoices)], show_all_stats(ListChoices, SeeFullStats)
61
 
62
 
63
  if __name__ == "__main__":
 
57
  ['username', 'nlikes', 'nreplies', 'nretweets', 'main_topic', 'sub_topic', 'sentiment', 'target', 'tweet',
58
  'date', 'urls', 'id', 'class_tuple', 'user_id']]
59
 
60
+ return dataframe[fixChoicesCorrectOrder(ListChoices)], show_all_stats(fixChoicesCorrectOrder(ListChoices), SeeFullStats)
61
 
62
 
63
  if __name__ == "__main__":