Spaces:
Running
Running
Update ACL logo
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def upload_file(file, paper_type):
|
|
70 |
with gr.Blocks() as demo:
|
71 |
header = """
|
72 |
<div align="center">
|
73 |
-
<img src="https://upload.wikimedia.org/wikipedia/
|
74 |
<h1>ACL Pubcheck Tool</h1>
|
75 |
</div>
|
76 |
"""
|
|
|
70 |
with gr.Blocks() as demo:
|
71 |
header = """
|
72 |
<div align="center">
|
73 |
+
<img src="https://upload.wikimedia.org/wikipedia/commons/7/72/Association_for_Computational_Linguistics_logo.svg" alt="acl-logo" width=100px/>
|
74 |
<h1>ACL Pubcheck Tool</h1>
|
75 |
</div>
|
76 |
"""
|