Spaces:
Runtime error
Runtime error
justinxzhao
commited on
Commit
•
b30a2c5
1
Parent(s):
b52aa9e
Hide index.
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ def main():
|
|
252 |
mid_column.markdown("#### Leaderboard Table")
|
253 |
|
254 |
# Display the table.
|
255 |
-
mid_column.dataframe(df_leaderboard)
|
256 |
|
257 |
# HTML and CSS to create a text box with specified color
|
258 |
def colored_text_box(text, background_color, text_color="black"):
|
|
|
252 |
mid_column.markdown("#### Leaderboard Table")
|
253 |
|
254 |
# Display the table.
|
255 |
+
mid_column.dataframe(df_leaderboard, hide_index=True)
|
256 |
|
257 |
# HTML and CSS to create a text box with specified color
|
258 |
def colored_text_box(text, background_color, text_color="black"):
|