AdithyaSK commited on
Commit
982909b
1 Parent(s): 2c4a37c

updated app.py to fix spelling - Adithya S K

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -99,6 +99,8 @@ def main():
99
  Generation = item["result"]["Generation"]["acc_norm"]
100
  except KeyError:
101
  Generation = None
 
 
102
 
103
  all_models.append(model_name)
104
  table_data.append({
 
99
  Generation = item["result"]["Generation"]["acc_norm"]
100
  except KeyError:
101
  Generation = None
102
+
103
+ # If you are going through the code and wondering what is happening this code is a mess
104
 
105
  all_models.append(model_name)
106
  table_data.append({