kltn20133118 commited on
Commit
fe80ff0
·
verified ·
1 Parent(s): e41c2fb

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
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(