Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as app:
|
|
156 |
with gr.Group():
|
157 |
with gr.Row():
|
158 |
with gr.Column(scale=3):
|
159 |
-
chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",show_copy_button=True)
|
160 |
with gr.Row():
|
161 |
with gr.Column(scale=3):
|
162 |
prompt=gr.Textbox(label = "Prompt", value="Start a new game")
|
|
|
156 |
with gr.Group():
|
157 |
with gr.Row():
|
158 |
with gr.Column(scale=3):
|
159 |
+
chatbot = gr.Chatbot(label="Mixtral 8x7B Chatbot",height=300, layout='panel', show_copy_button=True)
|
160 |
with gr.Row():
|
161 |
with gr.Column(scale=3):
|
162 |
prompt=gr.Textbox(label = "Prompt", value="Start a new game")
|