spitzc32 commited on
Commit
9fec302
·
1 Parent(s): 6f1c33d

Made loading false

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ template = pn.template.FastListTemplate(
60
  button,
61
  text_widget
62
  ],
63
- main=[interactive],
64
  accent_base_color="#88d8b0",
65
  header_background="#88d8b0",
66
  )
 
60
  button,
61
  text_widget
62
  ],
63
+ main=[pn.panel(interactive, loading_indicator=False)],
64
  accent_base_color="#88d8b0",
65
  header_background="#88d8b0",
66
  )