Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
| 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")
|