bluenevus commited on
Commit
af24a0e
·
verified ·
1 Parent(s): b626f41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ app.layout = dbc.Container([
218
  dcc.Loading(
219
  id="pr-loading",
220
  type="circle",
221
- children=[html.Div(id="pr-output")
222
  ], width=12, className="mb-3"),
223
  ]),
224
  ]),
 
218
  dcc.Loading(
219
  id="pr-loading",
220
  type="circle",
221
+ children=[html.Div(id="pr-output")]
222
  ], width=12, className="mb-3"),
223
  ]),
224
  ]),