abidlabs HF Staff commited on
Commit
a8ffde0
·
verified ·
1 Parent(s): a27d846

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -76,7 +76,7 @@ class UIComponents:
76
  def _create_sidebar(self):
77
  """Create the sidebar with login, provider/model selection, and server management"""
78
  with gr.Sidebar(elem_id="main-sidebar"):
79
- gr.Markdown("# 🤗 chat.gradio.app")
80
 
81
  # HuggingFace Login Section
82
  self._create_login_section()
 
76
  def _create_sidebar(self):
77
  """Create the sidebar with login, provider/model selection, and server management"""
78
  with gr.Sidebar(elem_id="main-sidebar"):
79
+ gr.Markdown("# 🤗 gpt.gradio.app")
80
 
81
  # HuggingFace Login Section
82
  self._create_login_section()