Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import shutil
|
|
| 10 |
import zipfile
|
| 11 |
from dotenv import load_dotenv
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
-
|
| 14 |
|
| 15 |
# --- Core Application Imports ---
|
| 16 |
# Make sure you have an empty __init__.py file in your 'src' folder
|
|
|
|
| 10 |
import zipfile
|
| 11 |
from dotenv import load_dotenv
|
| 12 |
from huggingface_hub import hf_hub_download
|
| 13 |
+
from flask_session import Session
|
| 14 |
|
| 15 |
# --- Core Application Imports ---
|
| 16 |
# Make sure you have an empty __init__.py file in your 'src' folder
|