Spaces:
Runtime error
Runtime error
robertselvam
commited on
Commit
•
e473bbe
1
Parent(s):
1116ffa
Update app.py
Browse files
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-gray') as demo:
|
88 |
state = gr.State(get_empty_state())
|
89 |
with gr.Column(elem_id="col-container"):
|
90 |
gr.HTML(title)
|