Nymbo commited on
Commit
c3b4c50
·
verified ·
1 Parent(s): a4e892a

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -69,7 +69,7 @@ class UIComponents:
69
  def _create_sidebar(self):
70
  """Create the sidebar with login, provider/model selection, and server management"""
71
  with gr.Sidebar(elem_id="main-sidebar"):
72
- gr.Markdown("# 🤗 gpt.gradio.app")
73
 
74
  # API key management section
75
  self._create_api_key_section()
 
69
  def _create_sidebar(self):
70
  """Create the sidebar with login, provider/model selection, and server management"""
71
  with gr.Sidebar(elem_id="main-sidebar"):
72
+ gr.Markdown("# 🤗 ChatMCP")
73
 
74
  # API key management section
75
  self._create_api_key_section()