Update app.py
Browse files
app.py
CHANGED
|
@@ -120,8 +120,8 @@ with gr.Blocks() as demo:
|
|
| 120 |
# Header Section
|
| 121 |
with gr.Row():
|
| 122 |
with gr.Column(scale=20):
|
| 123 |
-
gr.Markdown("# 🤖 SageBot")
|
| 124 |
-
|
| 125 |
with gr.Column(scale=1, min_width=50):
|
| 126 |
settings_btn = gr.Button("⚙️", elem_id="settings-btn")
|
| 127 |
|
|
|
|
| 120 |
# Header Section
|
| 121 |
with gr.Row():
|
| 122 |
with gr.Column(scale=20):
|
| 123 |
+
gr.Markdown("# 🤖 SageBot | *Developed by Hassan Naseer*")
|
| 124 |
+
|
| 125 |
with gr.Column(scale=1, min_width=50):
|
| 126 |
settings_btn = gr.Button("⚙️", elem_id="settings-btn")
|
| 127 |
|