Spaces:
Running
Running
Yuxuan-Zhang-Dexter
commited on
Commit
·
e430913
1
Parent(s):
a62923a
fix note replace -1 with n/a
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def load_rank_data(time_point):
|
|
86 |
|
87 |
# Add a note about score values
|
88 |
def add_score_note():
|
89 |
-
return gr.Markdown("*Note: '
|
90 |
|
91 |
# Function to prepare DataFrame for display
|
92 |
def prepare_dataframe_for_display(df, for_game=None):
|
|
|
86 |
|
87 |
# Add a note about score values
|
88 |
def add_score_note():
|
89 |
+
return gr.Markdown("*Note: 'n/a' in the table indicates no data point for that model.*", elem_classes="score-note")
|
90 |
|
91 |
# Function to prepare DataFrame for display
|
92 |
def prepare_dataframe_for_display(df, for_game=None):
|