david-oplatka commited on
Commit
dc86603
·
verified ·
1 Parent(s): ff58853

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ custom_css = """
64
 
65
 
66
  demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description,
67
- chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=3), theme = gr.themes.Default().customize(css = custom_css))
68
 
69
  # header = f'''
70
  # <html>
 
64
 
65
 
66
  demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description,
67
+ chatbot = gr.Chatbot(value = [[None, "How may I help you?"]], scale=3), css = custom_css)
68
 
69
  # header = f'''
70
  # <html>