Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ from db import fetch_json_from_github
|
|
7 |
from qwen import get_qwen_response
|
8 |
from upload import upload_image_to_cdn
|
9 |
|
|
|
10 |
app = Flask(__name__)
|
11 |
|
12 |
# Fetch page credentials from GitHub on startup
|
|
|
7 |
from qwen import get_qwen_response
|
8 |
from upload import upload_image_to_cdn
|
9 |
|
10 |
+
|
11 |
app = Flask(__name__)
|
12 |
|
13 |
# Fetch page credentials from GitHub on startup
|