AnatoliiG commited on
Commit ·
fe2d9d0
1
Parent(s): 734a2f0
Update components.py
Browse files- src/ui/components.py +3 -2
src/ui/components.py
CHANGED
|
@@ -12,8 +12,9 @@ from src.ui.styles import CSS
|
|
| 12 |
|
| 13 |
|
| 14 |
def create_ui():
|
| 15 |
-
|
| 16 |
-
|
|
|
|
| 17 |
with gr.Row(elem_id="main-row", variant="panel"):
|
| 18 |
# Боковая панель
|
| 19 |
with gr.Sidebar(elem_id="sidebar-container"):
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
def create_ui():
|
| 15 |
+
with gr.Blocks() as demo:
|
| 16 |
+
gr.HTML(f"<style>{CSS}</style>")
|
| 17 |
+
gr.HTML("<script>document.title = 'Code LLM';</script>")
|
| 18 |
with gr.Row(elem_id="main-row", variant="panel"):
|
| 19 |
# Боковая панель
|
| 20 |
with gr.Sidebar(elem_id="sidebar-container"):
|