Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,8 @@ def create_hf_space():
|
|
116 |
f.write(line + "\n")
|
117 |
else:'''
|
118 |
content_box = list(content.split("\n"))
|
119 |
-
|
120 |
-
|
121 |
f.close()
|
122 |
|
123 |
#if filename.endswith(".py"):
|
|
|
116 |
f.write(line + "\n")
|
117 |
else:'''
|
118 |
content_box = list(content.split("\n"))
|
119 |
+
for line in content_box:
|
120 |
+
f.write(line + "\n")
|
121 |
f.close()
|
122 |
|
123 |
#if filename.endswith(".py"):
|