bgamazay commited on
Commit
edf1584
·
verified ·
1 Parent(s): c0b44bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ def main():
34
  # Sidebar instructions and link
35
  st.sidebar.title("Generate a Label to Display your [AI Energy Score](https://huggingface.co/spaces/AIEnergyScore/Leaderboard) ")
36
  # Add a vertical line inside the sidebar
37
- st.markdown(
38
  """
39
  <style>
40
  .sidebar-divider {
@@ -48,7 +48,7 @@ def main():
48
  <div class="sidebar-divider"></div>
49
  """,
50
  unsafe_allow_html=True
51
- )
52
  # Load CSV
53
  try:
54
  data_df = pd.read_csv("data.csv")
 
34
  # Sidebar instructions and link
35
  st.sidebar.title("Generate a Label to Display your [AI Energy Score](https://huggingface.co/spaces/AIEnergyScore/Leaderboard) ")
36
  # Add a vertical line inside the sidebar
37
+ st.markdown(
38
  """
39
  <style>
40
  .sidebar-divider {
 
48
  <div class="sidebar-divider"></div>
49
  """,
50
  unsafe_allow_html=True
51
+ )
52
  # Load CSV
53
  try:
54
  data_df = pd.read_csv("data.csv")