rodrigomasini commited on
Commit
5404292
1 Parent(s): ffe1603

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -777,7 +777,9 @@ def get_mteb_average():
777
  return DATA_OVERALL
778
 
779
  DATA_OVERALL=get_mteb_average()
780
-
 
 
781
  import unicodedata
782
 
783
  def is_valid_unicode(char):
 
777
  return DATA_OVERALL
778
 
779
  DATA_OVERALL=get_mteb_average()
780
+
781
+ print(type(DATA_OVERALL))
782
+
783
  import unicodedata
784
 
785
  def is_valid_unicode(char):