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 |
|
91 |
with gr.Blocks(css=css) as demo:
|
92 |
gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
|
|
|
86 |
"""
|
87 |
|
88 |
# Create a Chatbot object with the desired height
|
89 |
+
chatbot = gr.Chatbot(height=600)
|
90 |
|
91 |
with gr.Blocks(css=css) as demo:
|
92 |
gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
|