Spaces:
Running
Running
robertselvam
commited on
Commit
·
098b626
1
Parent(s):
c8b96c8
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ def file_output_fn(file_path):
|
|
21 |
|
22 |
#xiaobaiyuan/theme_land earneleh/paris
|
23 |
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as demo:
|
24 |
-
gr.HTML("""<center class="darkblue
|
25 |
<be>
|
26 |
-
<h1 style="color:#fff">
|
27 |
Contract
|
28 |
</h1>
|
29 |
</center>""")
|
|
|
21 |
|
22 |
#xiaobaiyuan/theme_land earneleh/paris
|
23 |
with gr.Blocks(css="style.css",theme='freddyaboulton/test-blue') as demo:
|
24 |
+
gr.HTML("""<center class="darkblue text-align:center;padding:25px;'>
|
25 |
<be>
|
26 |
+
<h1 style="color:#fff; font-weight:bold; font-size:4em;">
|
27 |
Contract
|
28 |
</h1>
|
29 |
</center>""")
|