Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -709,7 +709,7 @@ def update():
|
|
709 |
block = gr.Blocks()
|
710 |
|
711 |
with block:
|
712 |
-
gr.Markdown("""Papers List for NAACL 2022 as part of the NAACL event, To learn more and join, see <a href="https://huggingface.co/NAACL2022" target="_blank" style="text-decoration: underline">NAACL event</a>""")
|
713 |
with gr.Tabs():
|
714 |
with gr.TabItem("NAACL papers list"):
|
715 |
with gr.Row():
|
|
|
709 |
block = gr.Blocks()
|
710 |
|
711 |
with block:
|
712 |
+
gr.Markdown("""# Papers List for NAACL 2022 as part of the NAACL event, To learn more and join, see <a href="https://huggingface.co/NAACL2022" target="_blank" style="text-decoration: underline">NAACL event</a>""")
|
713 |
with gr.Tabs():
|
714 |
with gr.TabItem("NAACL papers list"):
|
715 |
with gr.Row():
|