Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ with gr.Blocks(css=css) as app:
|
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column(scale=3):
|
| 138 |
with gr.Group():
|
| 139 |
-
chat_b = gr.Chatbot()
|
| 140 |
with gr.Row():
|
| 141 |
with gr.Column(scale=3):
|
| 142 |
inp = gr.Textbox(label="Prompt")
|
|
|
|
| 136 |
with gr.Row():
|
| 137 |
with gr.Column(scale=3):
|
| 138 |
with gr.Group():
|
| 139 |
+
chat_b = gr.Chatbot(label="Chatbot Mixtral-8x7b-instruct-v0.1")
|
| 140 |
with gr.Row():
|
| 141 |
with gr.Column(scale=3):
|
| 142 |
inp = gr.Textbox(label="Prompt")
|