Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -5,12 +5,12 @@ import io
|
|
5 |
|
6 |
def main():
|
7 |
# Sidebar for dropdown, buttons, and instructions
|
8 |
-
st.sidebar.image("logo.png",
|
9 |
st.sidebar.title("Label Generator")
|
10 |
st.sidebar.write("### Instructions:")
|
11 |
st.sidebar.write("1. Select a model from the dropdown.")
|
12 |
-
st.sidebar.write("2.
|
13 |
-
st.sidebar.write("3.
|
14 |
st.sidebar.markdown("[AI Energy Score Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard)")
|
15 |
|
16 |
# Read Data from CSV
|
|
|
5 |
|
6 |
def main():
|
7 |
# Sidebar for dropdown, buttons, and instructions
|
8 |
+
st.sidebar.image("logo.png", use_container_width=True) # Display the logo at the top
|
9 |
st.sidebar.title("Label Generator")
|
10 |
st.sidebar.write("### Instructions:")
|
11 |
st.sidebar.write("1. Select a model from the dropdown.")
|
12 |
+
st.sidebar.write("2. Download the label.")
|
13 |
+
st.sidebar.write("3. Share your label in technical reports, announcements, etc.")
|
14 |
st.sidebar.markdown("[AI Energy Score Leaderboard](https://huggingface.co/spaces/AIEnergyScore/Leaderboard)")
|
15 |
|
16 |
# Read Data from CSV
|