rodrigomasini commited on
Commit
3698e25
1 Parent(s): 8b953e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -776,6 +776,7 @@ def get_mteb_average():
776
 
777
  DATA_OVERALL=get_mteb_average()
778
  print(DATA_OVERALL)
 
779
 
780
  import unicodedata
781
 
 
776
 
777
  DATA_OVERALL=get_mteb_average()
778
  print(DATA_OVERALL)
779
+ print(DATA_OVERALL.columns)
780
 
781
  import unicodedata
782