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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
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
 
 
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