emoji
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def process_file(file):
|
|
| 30 |
|
| 31 |
def create_ui():
|
| 32 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
| 33 |
-
gr.Markdown("#
|
| 34 |
gr.Markdown("""
|
| 35 |
Upload your Croissant JSON-LD file or enter a URL to validate if it meets the requirements for NeurIPS submission.
|
| 36 |
The validator will check:
|
|
|
|
| 30 |
|
| 31 |
def create_ui():
|
| 32 |
with gr.Blocks(theme=gr.themes.Soft()) as app:
|
| 33 |
+
gr.Markdown("# ππ₯ Croissant JSON-LD Validator for NeurIPS")
|
| 34 |
gr.Markdown("""
|
| 35 |
Upload your Croissant JSON-LD file or enter a URL to validate if it meets the requirements for NeurIPS submission.
|
| 36 |
The validator will check:
|