Arkm20 commited on
Commit
bbca9c0
·
verified ·
1 Parent(s): 763fb33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -5,8 +5,6 @@ import uuid, random, asyncio
5
 
6
  app = FastAPI()
7
 
8
- app.mount("/static", StaticFiles(directory="static"), name="static")
9
-
10
  # Serve the index.html at root
11
  @app.get("/")
12
  def read_index():
 
5
 
6
  app = FastAPI()
7
 
 
 
8
  # Serve the index.html at root
9
  @app.get("/")
10
  def read_index():