Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,3 @@ async def penilaian(data_request: RequestBody):
|
|
45 |
return JSONResponse({
|
46 |
"errors": "Please contact your administrator"
|
47 |
}, status_code=status.HTTP_500_INTERNAL_SERVER_ERROR)
|
48 |
-
|
49 |
-
|
50 |
-
if __name__ == "__main__":
|
51 |
-
uvicorn.run(app, host="localhost", port=53640)
|
|
|
45 |
return JSONResponse({
|
46 |
"errors": "Please contact your administrator"
|
47 |
}, status_code=status.HTTP_500_INTERNAL_SERVER_ERROR)
|
|
|
|
|
|
|
|