Feat: remove bootstrap and replace it with css
This commit is contained in:
@@ -87,8 +87,9 @@ def new_exam():
|
||||
|
||||
|
||||
@cli.command()
|
||||
def exam_analysis():
|
||||
exam_app.run_server(debug=True)
|
||||
@click.option("--debug", default=0, help="Debug mode for dash")
|
||||
def exam_analysis(debug):
|
||||
exam_app.run_server(debug=bool(debug))
|
||||
|
||||
|
||||
@cli.command()
|
||||
|
||||
Reference in New Issue
Block a user