Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,6 +109,7 @@ def main():
|
|
| 109 |
st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
|
| 110 |
st.sidebar.write("### Key Links")
|
| 111 |
st.sidebar.write("- [Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard)")
|
|
|
|
| 112 |
st.sidebar.write("- [FAQ](https://huggingface.github.io/AIEnergyScore/#faq)")
|
| 113 |
st.sidebar.write("- [Documentation](https://huggingface.github.io/AIEnergyScore/#documentation)")
|
| 114 |
|
|
|
|
| 109 |
st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
|
| 110 |
st.sidebar.write("### Key Links")
|
| 111 |
st.sidebar.write("- [Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard)")
|
| 112 |
+
st.sidebar.write("- [Submission Portal](https://huggingface.co/spaces/AIEnergyScore/submission_portal)")
|
| 113 |
st.sidebar.write("- [FAQ](https://huggingface.github.io/AIEnergyScore/#faq)")
|
| 114 |
st.sidebar.write("- [Documentation](https://huggingface.github.io/AIEnergyScore/#documentation)")
|
| 115 |
|