Spaces:
Running
Running
Update ui_components.py
Browse files- 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("# 🤗
|
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()
|