Update app.py
Browse files
app.py
CHANGED
|
@@ -68,9 +68,9 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 68 |
sidebar_state = gr.State(False)
|
| 69 |
|
| 70 |
with gr.Row():
|
| 71 |
-
gr.Markdown("#
|
| 72 |
# Settings Toggle Button
|
| 73 |
-
settings_btn = gr.Button("⚙️ Settings", scale=0, min_width=
|
| 74 |
|
| 75 |
with gr.Row():
|
| 76 |
# Main Interaction Area
|
|
|
|
| 68 |
sidebar_state = gr.State(False)
|
| 69 |
|
| 70 |
with gr.Row():
|
| 71 |
+
gr.Markdown("# 🤖 SageBot")
|
| 72 |
# Settings Toggle Button
|
| 73 |
+
settings_btn = gr.Button("⚙️ Settings", scale=0, min_width=80)
|
| 74 |
|
| 75 |
with gr.Row():
|
| 76 |
# Main Interaction Area
|