moazzamdev commited on
Commit
ff0363a
·
1 Parent(s): 5399f8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ submit.on_click(on_submit)
83
  # Instantiate the template with widgets displayed in the sidebar
84
  template = pn.template.FastListTemplate(
85
  title='Chat with Web',
86
- sidebar=[apikey,apply,website_url_input, submit,
87
  msg_panel],
88
  header=[],
89
 
 
83
  # Instantiate the template with widgets displayed in the sidebar
84
  template = pn.template.FastListTemplate(
85
  title='Chat with Web',
86
+ sidebar=[apikey,website_url_input, submit,
87
  msg_panel],
88
  header=[],
89