Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -41,7 +41,8 @@ app = FastAPI(
|
|
41 |
}
|
42 |
)
|
43 |
origins = [
|
44 |
-
https://kltn20133118-pychatbot.hf.space
|
|
|
45 |
]
|
46 |
|
47 |
app.add_middleware(
|
|
|
41 |
}
|
42 |
)
|
43 |
origins = [
|
44 |
+
"https://kltn20133118-pychatbot.hf.space",
|
45 |
+
"http://localhost:8501"
|
46 |
]
|
47 |
|
48 |
app.add_middleware(
|