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