rodrigomasini commited on
Commit
8466c94
1 Parent(s): 51db767

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -765,8 +765,8 @@ def get_mteb_average():
765
 
766
  return DATA_OVERALL
767
 
 
768
  print(DATA_OVERALL)
769
- get_mteb_average()
770
 
771
  data_overall = gr.components.Dataframe(
772
  DATA_OVERALL,
 
765
 
766
  return DATA_OVERALL
767
 
768
+ DATA_OVERALL=get_mteb_average()
769
  print(DATA_OVERALL)
 
770
 
771
  data_overall = gr.components.Dataframe(
772
  DATA_OVERALL,