anvilinteractiv commited on
Commit
a5c10ed
·
verified ·
1 Parent(s): dcef94b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -497,7 +497,7 @@ with gr.Blocks(title="PolyGenixAI", css="body { background-color: #1A1A1A; } .gr
497
 
498
  @app.get("/api/test")
499
  async def test_endpoint():
500
- return {"message": "FastAPI is running"}
501
 
502
  with gr.Tabs(elem_classes="gr-tab"):
503
  with gr.Tab("Create 3D Model"):
 
497
 
498
  @app.get("/api/test")
499
  async def test_endpoint():
500
+ return {"message": "FastAPI is running"}
501
 
502
  with gr.Tabs(elem_classes="gr-tab"):
503
  with gr.Tab("Create 3D Model"):