Mushfi commited on
Commit
d88b8af
1 Parent(s): 5c4fee5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -113,7 +113,9 @@ textarea {
113
  """
114
  with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
115
  with gr.Column():
116
- hsdjif = gr.HTML('<img src="specx-logo.png" alt="logo" width="50"/>')
 
 
117
  textmd = gr.Markdown('''
118
  <div style="margin: 50px 0;"></div>
119
 
 
113
  """
114
  with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
115
  with gr.Column():
116
+ hsdjif = gr.HTML('''
117
+ <img width="50" src="https://i.ibb.co/V9QgwnL/specx-logo.png" alt="specx-logo" border="0">
118
+ ''')
119
  textmd = gr.Markdown('''
120
  <div style="margin: 50px 0;"></div>
121