Karthikeyan commited on
Commit
1116ffa
1 Parent(s): ce21edb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ title = """<br><div style="text-align: center;max-width: 700px;">
84
  <center><img class="image" align="center" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="230" height="230" ></center>
85
  <br><br><h1><span style="display:inline-block; margin-left: 1em; text-decoration:none; font-weight:bold;">Hudson & Hayes</span> - Document QA</h1>
86
  </p>"""
87
- with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes' as demo:
88
  state = gr.State(get_empty_state())
89
  with gr.Column(elem_id="col-container"):
90
  gr.HTML(title)
 
84
  <center><img class="image" align="center" src="https://templates.images.credential.net/1612472097627370951721412474196.png" alt="Image" width="230" height="230" ></center>
85
  <br><br><h1><span style="display:inline-block; margin-left: 1em; text-decoration:none; font-weight:bold;">Hudson & Hayes</span> - Document QA</h1>
86
  </p>"""
87
+ with gr.Blocks(css="style.css",theme='karthikeyan-adople/hudsonhayes') as demo:
88
  state = gr.State(get_empty_state())
89
  with gr.Column(elem_id="col-container"):
90
  gr.HTML(title)