Spaces:
Sleeping
Sleeping
Commit
·
de1e1ba
1
Parent(s):
421d16c
updated guidelines
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def process_file(file):
|
|
31 |
def create_ui():
|
32 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
33 |
gr.HTML("<p align='center'><img src='https://upload.wikimedia.org/wikipedia/en/0/08/Logo_for_Conference_on_Neural_Information_Processing_Systems.svg' alt='NeurIPS Logo' width='400'/></p>")
|
34 |
-
gr.Markdown("#
|
35 |
gr.Markdown("""
|
36 |
Upload your Croissant JSON-LD file or enter a URL to validate if it meets the requirements for NeurIPS submission. <a href="https://blog.neurips.cc/2025/03/10/neurips-datasets-benchmarks-raising-the-bar-for-dataset-submissions/">Read more about why this is required.</a>.
|
37 |
|
|
|
31 |
def create_ui():
|
32 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
33 |
gr.HTML("<p align='center'><img src='https://upload.wikimedia.org/wikipedia/en/0/08/Logo_for_Conference_on_Neural_Information_Processing_Systems.svg' alt='NeurIPS Logo' width='400'/></p>")
|
34 |
+
gr.Markdown("# 🥐 Croissant JSON-LD Validator for NeurIPS")
|
35 |
gr.Markdown("""
|
36 |
Upload your Croissant JSON-LD file or enter a URL to validate if it meets the requirements for NeurIPS submission. <a href="https://blog.neurips.cc/2025/03/10/neurips-datasets-benchmarks-raising-the-bar-for-dataset-submissions/">Read more about why this is required.</a>.
|
37 |
|