Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,9 +6,9 @@ import time # Import time for simulating progress
|
|
| 6 |
|
| 7 |
# Cloudinary Configuration
|
| 8 |
cloudinary.config(
|
| 9 |
-
cloud_name='
|
| 10 |
-
api_key='
|
| 11 |
-
api_secret='
|
| 12 |
secure=True
|
| 13 |
)
|
| 14 |
|
|
|
|
| 6 |
|
| 7 |
# Cloudinary Configuration
|
| 8 |
cloudinary.config(
|
| 9 |
+
cloud_name='dultvprcp', # Replace with your Cloudinary cloud name
|
| 10 |
+
api_key='267895317835168', # Replace with your API key
|
| 11 |
+
api_secret='Q5V5HBxVB_utApmlsycCkcV99nc', # Replace with your API secret
|
| 12 |
secure=True
|
| 13 |
)
|
| 14 |
|