lunarflu HF staff commited on
Commit
75a6d62
·
verified ·
1 Parent(s): ed11696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -375,7 +375,7 @@ def get_data():
375
  first_3_columns = data.iloc[:, 1:4]
376
  sorted = first_3_columns.sort_values(by='discord_exp', ascending=False)
377
  sorted.to_csv('first_3_columns.csv', index=False)
378
- return first_3_columns
379
  except Exception as e:
380
  print(f"on_message Error: {e}")
381
  # csv
 
375
  first_3_columns = data.iloc[:, 1:4]
376
  sorted = first_3_columns.sort_values(by='discord_exp', ascending=False)
377
  sorted.to_csv('first_3_columns.csv', index=False)
378
+ return sorted
379
  except Exception as e:
380
  print(f"on_message Error: {e}")
381
  # csv