Spaces:
Running
Running
Commit ·
ef0c5fd
1
Parent(s): b81d3dd
Better waiting message for record generation test
Browse files
app.py
CHANGED
|
@@ -630,7 +630,8 @@ def create_ui():
|
|
| 630 |
<div class="loading-spinner"></div>
|
| 631 |
<div>
|
| 632 |
<div>Running records generation test...</div>
|
| 633 |
-
<div>This test tries to load
|
|
|
|
| 634 |
</div>
|
| 635 |
</div>
|
| 636 |
"""
|
|
|
|
| 630 |
<div class="loading-spinner"></div>
|
| 631 |
<div>
|
| 632 |
<div>Running records generation test...</div>
|
| 633 |
+
<div>This test tries to load your data and may be slow for large datasets.</div>
|
| 634 |
+
<div>It's not strictly required to pass this test to submit to NeurIPS. You can still submit your Croissant file if this test takes too long.</div>
|
| 635 |
</div>
|
| 636 |
</div>
|
| 637 |
"""
|