Spaces:
Sleeping
Sleeping
Commit
·
62551b6
1
Parent(s):
75164a0
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def password(passwordIn):
|
|
55 |
|
56 |
}
|
57 |
}
|
58 |
-
f = open('FUNCTIONS_BACKEND.txt', 'r', encoding='utf-8')
|
59 |
FCODE = f.read()
|
60 |
f.close()
|
61 |
print(FCODE)
|
|
|
55 |
|
56 |
}
|
57 |
}
|
58 |
+
f = open('./FUNCTIONS_BACKEND.txt', 'r', encoding='utf-8')
|
59 |
FCODE = f.read()
|
60 |
f.close()
|
61 |
print(FCODE)
|