bgamazay commited on
Commit
d1fd554
·
verified ·
1 Parent(s): 3139444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -94,9 +94,9 @@ def main():
94
  mime="image/png"
95
  )
96
 
97
- st.sidebar.write("#### 3. Share your label in papers, technical reports, announcements, and more.")
98
  st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
99
- st.sidebar.write("### Key Links.")
100
  st.sidebar.write("- [Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard)")
101
  st.sidebar.write("- [FAQ](https://huggingface.github.io/AIEnergyScore/#faq)")
102
  st.sidebar.write("- [Documentation](https://huggingface.github.io/AIEnergyScore/#documentation)")
 
94
  mime="image/png"
95
  )
96
 
97
+ st.sidebar.write("#### 3. Share your label! [Guidelines] (https://huggingface.github.io/AIEnergyScore/#labelusage)")
98
  st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
99
+ st.sidebar.write("### Key Links")
100
  st.sidebar.write("- [Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard)")
101
  st.sidebar.write("- [FAQ](https://huggingface.github.io/AIEnergyScore/#faq)")
102
  st.sidebar.write("- [Documentation](https://huggingface.github.io/AIEnergyScore/#documentation)")