Mushfi commited on
Commit
3e57ed6
1 Parent(s): af1fd44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -116,6 +116,8 @@ with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
116
  textmd = gr.Markdown('''
117
  <div style="margin: 50px 0;"></div>
118
 
 
 
119
  <h1 style="width:100%; text-align: center;">SpecX: Find the Right Specialist For Your Symptoms!</h1>
120
 
121
  ''')
 
116
  textmd = gr.Markdown('''
117
  <div style="margin: 50px 0;"></div>
118
 
119
+ <img src="specx-logo.png" alt="logo" width="50"/>
120
+
121
  <h1 style="width:100%; text-align: center;">SpecX: Find the Right Specialist For Your Symptoms!</h1>
122
 
123
  ''')