Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def main():
|
|
51 |
padding: 0;
|
52 |
font-family: 'Inter', sans-serif;
|
53 |
font-size: 26px;
|
54 |
-
font-weight:
|
55 |
AI Energy Score
|
56 |
</div>
|
57 |
""",
|
@@ -173,7 +173,8 @@ def main():
|
|
173 |
mime="image/png"
|
174 |
)
|
175 |
|
176 |
-
st.sidebar.write("#### 4. Share your label!
|
|
|
177 |
st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
|
178 |
st.sidebar.write("### Key Links")
|
179 |
st.sidebar.markdown(
|
|
|
51 |
padding: 0;
|
52 |
font-family: 'Inter', sans-serif;
|
53 |
font-size: 26px;
|
54 |
+
font-weight: medium;">
|
55 |
AI Energy Score
|
56 |
</div>
|
57 |
""",
|
|
|
173 |
mime="image/png"
|
174 |
)
|
175 |
|
176 |
+
st.sidebar.write("#### 4. Share your label!")
|
177 |
+
st.sidebar.write("## [Guidelines](https://huggingface.github.io/AIEnergyScore/#transparency-and-guidelines-for-label-use)")
|
178 |
st.sidebar.markdown("<hr style='border: 1px solid gray; margin: 15px 0;'>", unsafe_allow_html=True)
|
179 |
st.sidebar.write("### Key Links")
|
180 |
st.sidebar.markdown(
|