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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ textarea {
113
  """
114
  with gr.Blocks(title="SpecX", css=css, theme=gr.themes.Soft()) as demo:
115
  with gr.Column():
116
- logo_img_component = gr.Image("specx-logo.png", width=50, height=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('<img src="specx-logo.png" alt="logo" width="50"/>')
117
  textmd = gr.Markdown('''
118
  <div style="margin: 50px 0;"></div>
119