Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ css = """
|
|
86 |
"""
|
87 |
|
88 |
# Create a Chatbot object with the desired height
|
89 |
-
chatbot = gr.Chatbot(height=
|
90 |
layout="bubble")
|
91 |
|
92 |
with gr.Blocks(css=css) as demo:
|
|
|
86 |
"""
|
87 |
|
88 |
# Create a Chatbot object with the desired height
|
89 |
+
chatbot = gr.Chatbot(height=400,
|
90 |
layout="bubble")
|
91 |
|
92 |
with gr.Blocks(css=css) as demo:
|