bgamazay commited on
Commit
16df41c
·
verified ·
1 Parent(s): c2112d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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", use_column_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. Review the label preview.")
13
- st.sidebar.write("3. Download the label as a PNG.")
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