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