Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,7 @@ with gr.Blocks() as demo:
|
|
59 |
gr.HTML(image_html)
|
60 |
gr.HTML(cfg.title)
|
61 |
gr.HTML(cfg.description)
|
62 |
-
chatbot
|
63 |
-
gr.ChatInterface(respond, chatbot=chatbot)
|
64 |
|
65 |
|
66 |
if __name__ == "__main__":
|
|
|
59 |
gr.HTML(image_html)
|
60 |
gr.HTML(cfg.title)
|
61 |
gr.HTML(cfg.description)
|
62 |
+
gr.ChatInterface(respond, chatbot=gr.Chatbot(value=[[None, "How may I help you?"]], scale=3))
|
|
|
63 |
|
64 |
|
65 |
if __name__ == "__main__":
|