robertselvam commited on
Commit
a04b1a4
·
1 Parent(s): 5312841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -141,8 +141,6 @@ class WebpageSummarizer:
141
  <img class="rightimage" align="right" src="https://logos-download.com/wp-content/uploads/2016/06/Syngenta_logo.png" alt="Image" width="150" height="140">""")
142
  with gr.Row():
143
  with gr.Column(elem_id="col-container"):
144
- gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
145
- <img class="rightimage" align="right" src="https://logos-download.com/wp-content/uploads/2016/06/Syngenta_logo.png" alt="Image" width="150" height="140">""")
146
  gr.HTML("""<center><h1>Syngenta Chemical Identifier</h1></center>""")
147
  inputs = gr.Textbox(label="URL")
148
  btn = gr.Button(label="Submit",value = "Analyse")
 
141
  <img class="rightimage" align="right" src="https://logos-download.com/wp-content/uploads/2016/06/Syngenta_logo.png" alt="Image" width="150" height="140">""")
142
  with gr.Row():
143
  with gr.Column(elem_id="col-container"):
 
 
144
  gr.HTML("""<center><h1>Syngenta Chemical Identifier</h1></center>""")
145
  inputs = gr.Textbox(label="URL")
146
  btn = gr.Button(label="Submit",value = "Analyse")