Spaces:
Running
Running
naveenvenkatesh
commited on
Commit
·
18f7ce9
1
Parent(s):
dcf99f4
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def file_output_fn(file_path):
|
|
16 |
return file_path
|
17 |
|
18 |
|
19 |
-
with gr.Blocks(css="style.css",theme='xiaobaiyuan/
|
20 |
gr.HTML("""<center class="darkblue" style='background-color:#ad6e07; text-align:center;padding:25px;'>
|
21 |
<be>
|
22 |
<h1 style="color:#fff">
|
|
|
16 |
return file_path
|
17 |
|
18 |
|
19 |
+
with gr.Blocks(css="style.css",theme='xiaobaiyuan/theme_land') as demo:
|
20 |
gr.HTML("""<center class="darkblue" style='background-color:#ad6e07; text-align:center;padding:25px;'>
|
21 |
<be>
|
22 |
<h1 style="color:#fff">
|