Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -119,7 +119,7 @@ def build_space(repo_name,file_name,file_content,access_token=""):
|
|
| 119 |
print(space_info)
|
| 120 |
space_id = space_info["name"]
|
| 121 |
print(f"Created Space with ID: {space_id}")
|
| 122 |
-
local_file_path=str(uuid.uuid4()
|
| 123 |
with open(local_file_path, 'w') as f:
|
| 124 |
f.write(str(file_content))
|
| 125 |
f.close()
|
|
|
|
| 119 |
print(space_info)
|
| 120 |
space_id = space_info["name"]
|
| 121 |
print(f"Created Space with ID: {space_id}")
|
| 122 |
+
local_file_path=str(uuid.uuid4())
|
| 123 |
with open(local_file_path, 'w') as f:
|
| 124 |
f.write(str(file_content))
|
| 125 |
f.close()
|