Spaces:
Running
Running
robertselvam
commited on
Commit
•
b9945b8
1
Parent(s):
cecc821
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def file_output_fn(file_path):
|
|
20 |
return file_path
|
21 |
|
22 |
#xiaobaiyuan/theme_land earneleh/paris
|
23 |
-
with gr.Blocks(css="style.css",theme='
|
24 |
gr.HTML("""<center class="darkblue" style='background-color:#013220; text-align:center;padding:25px;'>
|
25 |
<be>
|
26 |
<h1 style="color:#fff">
|
|
|
20 |
return 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" style='background-color:#013220; text-align:center;padding:25px;'>
|
25 |
<be>
|
26 |
<h1 style="color:#fff">
|