Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,6 +104,8 @@ if not os.path.exists(UPLOAD_FOLDER):
|
|
| 104 |
if not os.path.exists(HTML_FOLDER):
|
| 105 |
os.makedirs(HTML_FOLDER)
|
| 106 |
|
|
|
|
|
|
|
| 107 |
|
| 108 |
|
| 109 |
|
|
|
|
| 104 |
if not os.path.exists(HTML_FOLDER):
|
| 105 |
os.makedirs(HTML_FOLDER)
|
| 106 |
|
| 107 |
+
if not os.path.exists(HTML_FOLDER_VK):
|
| 108 |
+
os.makedirs(HTML_FOLDER_VK)
|
| 109 |
|
| 110 |
|
| 111 |
|