Karthikeyan robertselvam commited on
Commit
7f5f0ec
1 Parent(s): a405794

Update app.py (#2)

Browse files

- Update app.py (8b9c91dfedcda86557a5205c70abe87fe9edff10)


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("""<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(
 
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 class="leftimage" align="left" style="color:#100C08;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(