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