asv7j commited on
Commit
7e6294d
·
verified ·
1 Parent(s): ab4b174

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ class System(BaseModel):
14
 
15
  app = FastAPI()
16
 
17
- @app.get("/, response_class=HTMLResponse")
18
  def greet_json():
19
  return '''<!DOCTYPE html>
20
  <html lang="en">
 
14
 
15
  app = FastAPI()
16
 
17
+ @app.get("/", response_class=HTMLResponse)
18
  def greet_json():
19
  return '''<!DOCTYPE html>
20
  <html lang="en">