Spaces:
Paused
Paused
Commit
·
9b07100
1
Parent(s):
8f2f592
Color test
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def clear():
|
|
| 84 |
|
| 85 |
theme = gr.themes.Base(primary_hue="teal").set(block_background_fill="#235784",)
|
| 86 |
|
| 87 |
-
with gr.Blocks(theme=
|
| 88 |
with gr.Row():
|
| 89 |
# gr.HTML(r"""<center><img src='https://user-images.githubusercontent.com/66338785/233529518-33e8bcdb-146f-49e8-94c4-27d6529ce4f7.png' width="30%" height="30%"></center>""")
|
| 90 |
gr.HTML(r"""<center><img src='https://user-images.githubusercontent.com/66338785/233531457-f368e04b-5099-42a8-906d-6f1250ea0f1e.png' width="40%" height="40%"></center>""")
|
|
|
|
| 84 |
|
| 85 |
theme = gr.themes.Base(primary_hue="teal").set(block_background_fill="#235784",)
|
| 86 |
|
| 87 |
+
with gr.Blocks(theme="darkbase") as demo:
|
| 88 |
with gr.Row():
|
| 89 |
# gr.HTML(r"""<center><img src='https://user-images.githubusercontent.com/66338785/233529518-33e8bcdb-146f-49e8-94c4-27d6529ce4f7.png' width="30%" height="30%"></center>""")
|
| 90 |
gr.HTML(r"""<center><img src='https://user-images.githubusercontent.com/66338785/233531457-f368e04b-5099-42a8-906d-6f1250ea0f1e.png' width="40%" height="40%"></center>""")
|