david-oplatka commited on
Commit
5e24b52
·
verified ·
1 Parent(s): 3c20b70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ image_html = '''
52
  with gr.Blocks() as demo:
53
  gr.HTML()
54
  gr.ChatInterface(respond, title = cfg.title, description = cfg.description,
55
- chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=3), css = custom_css)
56
 
57
  # header = f'''
58
  # <html>
 
52
  with gr.Blocks() as demo:
53
  gr.HTML()
54
  gr.ChatInterface(respond, title = cfg.title, description = cfg.description,
55
+ chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=3))
56
 
57
  # header = f'''
58
  # <html>