hassan773 commited on
Commit
c9c51e1
·
verified ·
1 Parent(s): 60aa0ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- gr.Markdown("### *Developed by Hassan Naseer*")
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