Simon Strandgaard
commited on
Commit
·
bf50f3c
1
Parent(s):
795aefd
attempting to trigger a build on huggingface
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ print(result.stdout)
|
|
9 |
|
10 |
# Write a file
|
11 |
with open("output.txt", "w") as f:
|
12 |
-
f.write("Hello from Hugging Face Spaces!")
|
13 |
|
14 |
# Read the file back
|
15 |
with open("output.txt", "r") as f:
|
|
|
9 |
|
10 |
# Write a file
|
11 |
with open("output.txt", "w") as f:
|
12 |
+
f.write("Hello from Hugging Face 1 Spaces!")
|
13 |
|
14 |
# Read the file back
|
15 |
with open("output.txt", "r") as f:
|