Spaces:
Runtime error
Runtime error
shivanis14
commited on
Update appDeepseekCoder.py
Browse files- 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)
|