Karthikeyan commited on
Commit
57ddd3d
1 Parent(s): a0ec889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -209,7 +209,7 @@ class LangChain_Document_QA:
209
  def gradio_interface(self):
210
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
211
  with gr.Row():
212
- gr.HTML("""<img class="leftimage" align="left" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="210" height="210">
213
  <img align="right" class="rightimage" src="https://download.logo.wine/logo/Vodafone/Vodafone-Logo.wine.png" alt="Image" width="230" height="230" >""")
214
 
215
  with gr.Row():
 
209
  def gradio_interface(self):
210
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
211
  with gr.Row():
212
+ gr.HTML("""<img class="leftimage" align="left" src="file=ADOPLE.png" alt="Image" width="210" height="210">
213
  <img align="right" class="rightimage" src="https://download.logo.wine/logo/Vodafone/Vodafone-Logo.wine.png" alt="Image" width="230" height="230" >""")
214
 
215
  with gr.Row():