shivanis14 commited on
Commit
3175df2
·
verified ·
1 Parent(s): f219aea

Update appDeepseekCoder.py

Browse files
Files changed (1) hide show
  1. appDeepseekCoder.py +1 -1
appDeepseekCoder.py CHANGED
@@ -9,7 +9,7 @@ app = FastAPI()
9
  def read_main():
10
  return {"message": "Hello World from main app"}
11
 
12
- mount_chainlit(app=app, target="app.py", path="/")
13
 
14
  if __name__ == "__main__":
15
  uvicorn.run(app, host="0.0.0.0", port=7860)
 
9
  def read_main():
10
  return {"message": "Hello World from main app"}
11
 
12
+ mount_chainlit(app=app, target="app.py", path="")
13
 
14
  if __name__ == "__main__":
15
  uvicorn.run(app, host="0.0.0.0", port=7860)