Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ from src.submission.submit import add_new_eval
|
|
34 |
|
35 |
# blz -------------------------
|
36 |
|
37 |
-
|
38 |
import builtins
|
39 |
|
40 |
# Global counter for file openings
|
@@ -54,7 +54,7 @@ def custom_open(*args, **kwargs):
|
|
54 |
return original_open(*args, **kwargs)
|
55 |
|
56 |
builtins.open = custom_open
|
57 |
-
|
58 |
|
59 |
import json
|
60 |
def print_first_json_content(directory):
|
|
|
34 |
|
35 |
# blz -------------------------
|
36 |
|
37 |
+
"""
|
38 |
import builtins
|
39 |
|
40 |
# Global counter for file openings
|
|
|
54 |
return original_open(*args, **kwargs)
|
55 |
|
56 |
builtins.open = custom_open
|
57 |
+
"""
|
58 |
|
59 |
import json
|
60 |
def print_first_json_content(directory):
|