Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,9 +86,9 @@ css = """
|
|
86 |
"""
|
87 |
|
88 |
# Create a Chatbot object with the desired height
|
89 |
-
chatbot = gr.Chatbot(height=
|
90 |
layout="bubble",
|
91 |
-
)
|
92 |
|
93 |
with gr.Blocks(css=css) as demo:
|
94 |
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=60,
|
90 |
layout="bubble",
|
91 |
+
show_progress="True")
|
92 |
|
93 |
with gr.Blocks(css=css) as demo:
|
94 |
gr.HTML("<h1><center>Mistral-7B-Chat 💬<h1><center>")
|