Upload app.py
Browse files
app.py
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# read content from file and upload
|
| 2 |
+
with open('/app/app.py', 'r') as f:
|
| 3 |
+
content = f.read()
|