Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -379,6 +379,31 @@ class KeyValueExtractor:
|
|
| 379 |
def gradio_interface(self):
|
| 380 |
|
| 381 |
with gr.Blocks(css="style.css",theme='SherlockRamos/Feliz') as app:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 382 |
gr.HTML("""<div><center><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRiU8OGkuqrHnUzgbvnfnmn6IpUlluHyhJ9Lw&s" alt="Broadridge" style="width:200px;height:40px;"></center></div>""")
|
| 383 |
|
| 384 |
gr.HTML("""<center class="darkblue" text-align:center;padding-bottom:30px;'><center>
|
|
|
|
| 379 |
def gradio_interface(self):
|
| 380 |
|
| 381 |
with gr.Blocks(css="style.css",theme='SherlockRamos/Feliz') as app:
|
| 382 |
+
gr.HTML("""
|
| 383 |
+
<style>
|
| 384 |
+
.footer {
|
| 385 |
+
display: none !important;
|
| 386 |
+
}
|
| 387 |
+
footer {
|
| 388 |
+
display: none !important;
|
| 389 |
+
}
|
| 390 |
+
#foot {
|
| 391 |
+
display: none !important;
|
| 392 |
+
}
|
| 393 |
+
.svelte-1fzp3xt {
|
| 394 |
+
display: none !important;
|
| 395 |
+
}
|
| 396 |
+
#root > div > div > div {
|
| 397 |
+
padding-bottom: 0 !important;
|
| 398 |
+
}
|
| 399 |
+
.custom-footer {
|
| 400 |
+
text-align: center;
|
| 401 |
+
padding: 10px;
|
| 402 |
+
font-size: 14px;
|
| 403 |
+
color: #333;
|
| 404 |
+
}
|
| 405 |
+
</style>
|
| 406 |
+
""")
|
| 407 |
gr.HTML("""<div><center><img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRiU8OGkuqrHnUzgbvnfnmn6IpUlluHyhJ9Lw&s" alt="Broadridge" style="width:200px;height:40px;"></center></div>""")
|
| 408 |
|
| 409 |
gr.HTML("""<center class="darkblue" text-align:center;padding-bottom:30px;'><center>
|