Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,9 +94,9 @@ def main():
|
|
94 |
mime="image/png"
|
95 |
)
|
96 |
|
97 |
-
st.sidebar.write("#### 3. Share your label
|
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)")
|