Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ADA-DAAI
/
Sale_Agent_Chainlit
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
anhkhoiphan
commited on
Sep 13, 2025
Commit
ab60990
·
verified
·
1 Parent(s):
eecfd26
Sửa lỗi nhỏ ở link API
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -10,7 +10,7 @@ import os
10
import uuid
11
12
13
-
API_BASE_URL =
os
.
getenv(
"
API_BASE_URL")
14
15
16
@dataclass
10
import uuid
11
12
13
+
API_BASE_URL =
"https://sale-agent-m179
.
onrender.com
"
14
15
16
@dataclass