Karthikeyan robertselvam commited on
Commit
a405794
1 Parent(s): 0d1eb93

Update app.py (#1)

Browse files

- Update app.py (194f5d794ca3cb63372ebb3ee3b8a183384f1288)


Co-authored-by: Selvam V <[email protected]>

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://lh5.googleusercontent.com/Oe_QQsjdEEDWZtgR5v8DHJe3aHP5rOj4FkfpCbo6CELP6xzoHh7N_nYV62cZhMQcLNlvR8xaFq7nMd4V1W-gKeIZ67QAECE9m6pRuRJah9MCdHg5N1q3oJ-4rOoxTc8ZdA=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="180" height="180">""")
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("""<h1 style="color:#100C08;text-align:left;font-size:3vw;font-weight: bold;">ADOPLE AI</h1>
89
  <img class="rightimage" align="right" src="https://www.dmgflooringltd.co.uk/wp-content/uploads/NHS.png" alt="Image" width="180" height="180">""")
90
  with gr.Column(elem_id="col-container"):
91
  gr.HTML(