Karthikeyan commited on
Commit
9cbec28
·
1 Parent(s): d9ffcce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,8 +70,7 @@ def process_files(urls, question):
70
 
71
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
72
  with gr.Row():
73
- gr.HTML("""<img class="leftimage" align="left" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210">
74
- <img class="rightimage" align="right" src="https://workllama.com/wp-content/uploads/2022/05/WL_Logo.svg" alt="Image" width="210" height="210">""")
75
 
76
  with gr.Row():
77
  gr.HTML("""<center><h1>Mulit-URL QA</h1></center>""")
 
70
 
71
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
72
  with gr.Row():
73
+ gr.HTML("""<center><img class="" align="" src="https://companieslogo.com/img/orig/RAND.AS_BIG-0f1935a4.png?t=1651813778" alt="Image" width="210" height="210"></center>""")
 
74
 
75
  with gr.Row():
76
  gr.HTML("""<center><h1>Mulit-URL QA</h1></center>""")