TejAndrewsACC commited on
Commit
cc8e80c
·
verified ·
1 Parent(s): cf9fb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ theme = gr.themes.Soft(
206
  )
207
 
208
  with gr.Blocks(theme=theme) as demo:
209
- chatbot = gr.Chatbot()
210
  msg = gr.Textbox(placeholder="Message Nyxion-7V...")
211
  user_id = gr.State()
212
 
 
206
  )
207
 
208
  with gr.Blocks(theme=theme) as demo:
209
+ chatbot = gr.Chatbot(label="Nyxion-7V", type="messages")
210
  msg = gr.Textbox(placeholder="Message Nyxion-7V...")
211
  user_id = gr.State()
212