moazzamdev commited on
Commit
826dd93
·
1 Parent(s): 52847d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def even_or_odd(contents, user, instance):
79
  submit.on_click(on_submit)
80
 
81
  # Instantiate the template with widgets displayed in the sidebar
82
- template = pn.template.BootstrapTemplate(
83
  title='Chat with Web',
84
  sidebar=[website_url_input, submit,
85
  msg_panel],
 
79
  submit.on_click(on_submit)
80
 
81
  # Instantiate the template with widgets displayed in the sidebar
82
+ template = pn.template.FastListTemplate(
83
  title='Chat with Web',
84
  sidebar=[website_url_input, submit,
85
  msg_panel],