pradelf commited on
Commit
46bb294
·
verified ·
1 Parent(s): a0bc8db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ app = FastAPI(
83
  "url": "https://promotion.francispradel.fr",
84
  },
85
  openapi_tags=tags_metadata,
 
86
  )
87
 
88
  @app.on_event("startup")
 
83
  "url": "https://promotion.francispradel.fr",
84
  },
85
  openapi_tags=tags_metadata,
86
+ swagger_ui_parameters={"syntaxHighlight": {"theme": "obsidian"}},
87
  )
88
 
89
  @app.on_event("startup")