Spaces:
Running
Running
robertselvam
commited on
Commit
•
e0549a6
1
Parent(s):
75546c3
Update app.py
Browse files
app.py
CHANGED
@@ -7,18 +7,12 @@ from pdftojson import PdftoJson
|
|
7 |
import gradio as gr
|
8 |
|
9 |
with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
|
10 |
-
gr.HTML(
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
Contract Management
|
17 |
-
</h1> """
|
18 |
-
)
|
19 |
-
gr.HTML(
|
20 |
-
"""<hr style="border-top: 5px solid white;">"""
|
21 |
-
)
|
22 |
with gr.Column(elem_id = "col-container",scale=0.10, min_width=160):
|
23 |
upload_button = gr.UploadButton(
|
24 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|
|
|
7 |
import gradio as gr
|
8 |
|
9 |
with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_brief') as demo:
|
10 |
+
gr.HTML("""<center class="darkblue" style='background-color:#ad6e07; text-align:center;padding:25px;'>
|
11 |
+
<be>
|
12 |
+
<h1 style="color:#fff">
|
13 |
+
Contract Management
|
14 |
+
</h1>
|
15 |
+
</center>""")
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
with gr.Column(elem_id = "col-container",scale=0.10, min_width=160):
|
17 |
upload_button = gr.UploadButton(
|
18 |
"Browse File",file_types=[".txt", ".pdf", ".doc", ".docx",".json",".csv"],
|