Spaces:
Running
on
Zero
Running
on
Zero
app.py
CHANGED
@@ -210,7 +210,8 @@ css = """
|
|
210 |
title = "# Placeholder Title"
|
211 |
description = """Placeholder Description"""
|
212 |
|
213 |
-
|
|
|
214 |
title = gr.Markdown(title, elem_classes=["title"])
|
215 |
description = gr.Markdown(description)
|
216 |
instr = gr.Markdown("## Upload your paper in pdf format")
|
|
|
210 |
title = "# Placeholder Title"
|
211 |
description = """Placeholder Description"""
|
212 |
|
213 |
+
theme = gr.themes.Default().set(primary_hue="#4D8093")
|
214 |
+
with gr.Blocks(theme=theme, css=css) as demo:
|
215 |
title = gr.Markdown(title, elem_classes=["title"])
|
216 |
description = gr.Markdown(description)
|
217 |
instr = gr.Markdown("## Upload your paper in pdf format")
|