JieRuan commited on
Commit
89dcc2d
Β·
verified Β·
1 Parent(s): 5c95c80

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
  """