vinay-jose
commited on
Commit
•
efdf5ed
1
Parent(s):
ed85e7f
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,7 @@ style = Style("""
|
|
13 |
# Ensure the uploads directory exists
|
14 |
os.makedirs("uploads", exist_ok=True)
|
15 |
|
16 |
-
app =
|
17 |
-
rt = app.route
|
18 |
|
19 |
plt = platform.system()
|
20 |
if plt == 'Windows': pathlib.PosixPath = pathlib.WindowsPath
|
|
|
13 |
# Ensure the uploads directory exists
|
14 |
os.makedirs("uploads", exist_ok=True)
|
15 |
|
16 |
+
app, rt = fast_app(hdrs=(style), )
|
|
|
17 |
|
18 |
plt = platform.system()
|
19 |
if plt == 'Windows': pathlib.PosixPath = pathlib.WindowsPath
|