Spaces:
Running
Running
Karthikeyan
commited on
Commit
·
4ea05d0
1
Parent(s):
1f75749
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def answer_question(question, state):
|
|
83 |
title = """<br><br><br><div style="text-align: center;max-width: 700px;">
|
84 |
<h1><a style="display:inline-block; margin-left: 1em; text-decoration:none; font-weight:bold;" href="https://www.adople.com">ADOPLE AI</a> - Document QA</h1>
|
85 |
</p>"""
|
86 |
-
with gr.Blocks(css="style.css",theme=gr.themes.
|
87 |
state = gr.State(get_empty_state())
|
88 |
with gr.Column(elem_id="col-container"):
|
89 |
gr.HTML(title)
|
|
|
83 |
title = """<br><br><br><div style="text-align: center;max-width: 700px;">
|
84 |
<h1><a style="display:inline-block; margin-left: 1em; text-decoration:none; font-weight:bold;" href="https://www.adople.com">ADOPLE AI</a> - Document QA</h1>
|
85 |
</p>"""
|
86 |
+
with gr.Blocks(css="style.css",theme=gr.themes.Soft()) as demo:
|
87 |
state = gr.State(get_empty_state())
|
88 |
with gr.Column(elem_id="col-container"):
|
89 |
gr.HTML(title)
|