Omnibus commited on
Commit
c3289c1
1 Parent(s): 3c0088a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")