KingNish commited on
Commit
769e1d0
1 Parent(s): b9da140

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -3
chatbot.py CHANGED
@@ -508,7 +508,7 @@ top_p = gr.Slider(
508
 
509
  # Create a chatbot interface
510
  chatbot = gr.Chatbot(
511
- label="OpnGPT-4o-Chatty",
512
  avatar_images=[None, BOT_AVATAR],
513
  show_copy_button=True,
514
  likeable=True,
@@ -521,8 +521,6 @@ model_selector = gr.Dropdown(
521
  choices=MODELS.keys(),
522
  value=list(MODELS.keys())[0],
523
  interactive=True,
524
- show_label=False,
525
- container=False,
526
  label="Model",
527
  visible=False,
528
  )
 
508
 
509
  # Create a chatbot interface
510
  chatbot = gr.Chatbot(
511
+ label="OpenGPT-4o-Chatty",
512
  avatar_images=[None, BOT_AVATAR],
513
  show_copy_button=True,
514
  likeable=True,
 
521
  choices=MODELS.keys(),
522
  value=list(MODELS.keys())[0],
523
  interactive=True,
 
 
524
  label="Model",
525
  visible=False,
526
  )