Spaces:
Running
on
Zero
Running
on
Zero
app.py
CHANGED
@@ -204,7 +204,7 @@ title = "# Placeholder Title"
|
|
204 |
steps = """Placeholder Description"""
|
205 |
# steps = """1. Converts uploaded pdf file to markdown. You can edit the intermediate markdown output.\n2. Generates a review for the paper"""
|
206 |
|
207 |
-
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors. secondary_hue=gr.themes.colors.pink)) as demo:
|
208 |
title = gr.Markdown(title, css=".gradio-container {background-color: red}")
|
209 |
steps = gr.Markdown(steps)
|
210 |
instr = gr.Markdown("## Upload your paper in pdf format")
|
|
|
204 |
steps = """Placeholder Description"""
|
205 |
# steps = """1. Converts uploaded pdf file to markdown. You can edit the intermediate markdown output.\n2. Generates a review for the paper"""
|
206 |
|
207 |
+
with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink)) as demo:
|
208 |
title = gr.Markdown(title, css=".gradio-container {background-color: red}")
|
209 |
steps = gr.Markdown(steps)
|
210 |
instr = gr.Markdown("## Upload your paper in pdf format")
|