Spaces:
Running
on
Zero
Running
on
Zero
app.py
CHANGED
@@ -210,7 +210,7 @@ css = """
|
|
210 |
title = "# Placeholder Title"
|
211 |
description = """Placeholder Description"""
|
212 |
|
213 |
-
theme = gr.themes.Default(
|
214 |
with gr.Blocks(theme=theme, css=css) as demo:
|
215 |
title = gr.Markdown(title, elem_classes=["title"])
|
216 |
description = gr.Markdown(description)
|
|
|
210 |
title = "# Placeholder Title"
|
211 |
description = """Placeholder Description"""
|
212 |
|
213 |
+
theme = gr.themes.Default()
|
214 |
with gr.Blocks(theme=theme, css=css) as demo:
|
215 |
title = gr.Markdown(title, elem_classes=["title"])
|
216 |
description = gr.Markdown(description)
|