Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -3
src/streamlit_app.py
CHANGED
@@ -132,11 +132,11 @@ with tab3:
|
|
132 |
st.markdown('## π€ Submit Your Model')
|
133 |
st.write(
|
134 |
"""
|
135 |
-
We provide both public and private subsets of the dataset.
|
136 |
|
137 |
-
We recommend starting with the public set for initial testing and development.
|
138 |
|
139 |
-
You're welcome to submit your model for evaluation on the private set β just make sure to include your results on the public set.
|
140 |
|
141 |
π You can submit your model through the following link: [https://forms.gle/mWa6joCfgQnwXsxeA](https://forms.gle/mWa6joCfgQnwXsxeA)
|
142 |
"""
|
|
|
132 |
st.markdown('## π€ Submit Your Model')
|
133 |
st.write(
|
134 |
"""
|
135 |
+
We provide both π **public** and π **private** subsets of the dataset.
|
136 |
|
137 |
+
π§ͺ We recommend starting with the public set for initial testing and development.
|
138 |
|
139 |
+
π€ You're welcome to submit your model for evaluation on the private set β just make sure to include your results on the public set.
|
140 |
|
141 |
π You can submit your model through the following link: [https://forms.gle/mWa6joCfgQnwXsxeA](https://forms.gle/mWa6joCfgQnwXsxeA)
|
142 |
"""
|