Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ import io
|
|
18 |
import base64
|
19 |
|
20 |
# FastAPI server URL
|
21 |
-
FASTAPI_URL = "http://localhost:
|
22 |
|
23 |
# Email credentials
|
24 |
SENDER_EMAIL = "[email protected]"
|
|
|
18 |
import base64
|
19 |
|
20 |
# FastAPI server URL
|
21 |
+
FASTAPI_URL = "http://localhost:8000/analyze" # Updated to the default FastAPI port
|
22 |
|
23 |
# Email credentials
|
24 |
SENDER_EMAIL = "[email protected]"
|