Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,10 @@ with gr.Blocks() as demo:
|
|
| 53 |
button = gr.Button("Check your PDF!", variant="primary")
|
| 54 |
out = gr.HTML()
|
| 55 |
gr.Markdown(
|
| 56 |
-
"This graphical interface is using the official [aclpubcheck tool](https://github.com/acl-org/aclpubcheck). Check the [repo for more information.](https://github.com/teelinsan/aclpubcheck-gui)")
|
|
|
|
|
|
|
|
|
|
| 57 |
button.click(upload_file, [file_output, dropdown], out)
|
| 58 |
|
| 59 |
|
|
|
|
| 53 |
button = gr.Button("Check your PDF!", variant="primary")
|
| 54 |
out = gr.HTML()
|
| 55 |
gr.Markdown(
|
| 56 |
+
"This graphical interface is using the official [aclpubcheck tool](https://github.com/acl-org/aclpubcheck). Check the [Github repo for more information.](https://github.com/teelinsan/aclpubcheck-gui)")
|
| 57 |
+
gr.Markdown(
|
| 58 |
+
"If you prefer you can also duplicate this Space to run it privately. [](https://huggingface.co/spaces/teelinsan/aclpubcheck?duplicate=true)")
|
| 59 |
+
|
| 60 |
button.click(upload_file, [file_output, dropdown], out)
|
| 61 |
|
| 62 |
|