updated app.py to fix spelling - Adithya S K
Browse files
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({
|