Karthikeyan commited on
Commit
8e84f90
1 Parent(s): 02d8ca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def answer_question(question, state):
85
 
86
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
87
  state = gr.State(get_empty_state())
88
- gr.HTML("""<img class="leftimage" align="left" src="https://lh4.googleusercontent.com/H7j3cV7znv-wdcdxb9UXKpQTkaJICpJGZJ0HItc9nog0eBfV5JUvcAX96DiGK9oiLcJHqqX29_WuvlRSXoZY1su8NwmWYe2J4OJUeWmVJA7ACu6gZpiYsSpdjnNvPpQFbQ=w1280" alt="Image" width="210" height="210">
89
  <img class="rightimage" align="right" src="https://www.dmgflooringltd.co.uk/wp-content/uploads/NHS.png" alt="Image" width="210" height="210">""")
90
  with gr.Column(elem_id="col-container"):
91
  gr.HTML(
 
85
 
86
  with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
87
  state = gr.State(get_empty_state())
88
+ gr.HTML("""<img class="leftimage" align="left" src="https://lh4.googleusercontent.com/H7j3cV7znv-wdcdxb9UXKpQTkaJICpJGZJ0HItc9nog0eBfV5JUvcAX96DiGK9oiLcJHqqX29_WuvlRSXoZY1su8NwmWYe2J4OJUeWmVJA7ACu6gZpiYsSpdjnNvPpQFbQ=w1280" alt="Image" width="240" height="240">
89
  <img class="rightimage" align="right" src="https://www.dmgflooringltd.co.uk/wp-content/uploads/NHS.png" alt="Image" width="210" height="210">""")
90
  with gr.Column(elem_id="col-container"):
91
  gr.HTML(