Skip to content

Commit f8c648d

Browse files
committed
update hint msg.
1 parent 0b3c8d4 commit f8c648d

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

docs/css/core/header.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,17 @@
5353
font-weight: 400;
5454
}
5555

56+
.global-banner-important {
57+
color: #dc2626 !important; /* Red 600 */
58+
font-size: 0.875rem !important;
59+
font-weight: 700 !important;
60+
background: rgba(220, 38, 38, 0.08) !important; /* Light red background */
61+
padding: 0.25rem 0.5rem !important;
62+
border-radius: 0.25rem !important;
63+
border: 1px solid rgba(220, 38, 38, 0.2) !important;
64+
box-shadow: 0 1px 2px rgba(220, 38, 38, 0.1) !important;
65+
}
66+
5667
.global-banner-warning {
5768
background: #fef3c7;
5869
border-bottom-color: #facc15;

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
<a href="https://github.com/FlagOpen/RoboCOIN" target="_blank" rel="noopener noreferrer">github.com/FlagOpen/RoboCOIN</a>.
3434
To get started, please install the Python package with <code>pip install robocoin</code>.<br>
3535
<strong>>>>>> HELP US IMPROVE ROBOCOIN! <<<<<</strong><br>
36-
<strong>Before downloading datasets, may you complete the short gated-access survey at</strong><br>
37-
<strong><a href="https://huggingface.co/datasets/RoboCOIN/gate" target="_blank" rel="noopener noreferrer">huggingface.co/datasets/RoboCOIN/gate</a>.(optional)</strong>
38-
Thank you for your support!
36+
<strong class="global-banner-important">Before downloading datasets, visit <a href="https://huggingface.co/RoboCOIN" target="_blank" rel="noopener noreferrer">huggingface.co/RoboCOIN</a>, click any dataset to apply for download access (required to avoid permission errors).</strong><br>
37+
Your application will be auto-approved after submission. Thank you for your support!
3938
<span class="global-banner-icon" aria-hidden="true">🙏</span>
4039
</span>
4140
</div>

0 commit comments

Comments
 (0)