Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
| 46 |
</div>
|
| 47 |
"""
|
| 48 |
gr.HTML(header)
|
| 49 |
-
gr.Markdown("Drop or upload your paper here to have it checked for [ACL conferences](https://www.aclweb.org/) guidelines.")
|
| 50 |
dropdown = gr.Dropdown(
|
| 51 |
["long", "short", "demo", "other"], label="Paper type", value="long"
|
| 52 |
)
|
|
|
|
| 46 |
</div>
|
| 47 |
"""
|
| 48 |
gr.HTML(header)
|
| 49 |
+
gr.Markdown("Drop or upload your paper here to have it checked for [*ACL conferences](https://www.aclweb.org/) guidelines.")
|
| 50 |
dropdown = gr.Dropdown(
|
| 51 |
["long", "short", "demo", "other"], label="Paper type", value="long"
|
| 52 |
)
|