Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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),
|
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>
|