Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ def main():
|
|
224 |
with gr.Tab("Tasks Scores"):
|
225 |
gr.Markdown("""
|
226 |
**Notes:**
|
227 |
-
- This table is sorted according to the first task.
|
228 |
- A higher rank indicates a greater susceptibility for the model to be considered dangerous.
|
229 |
""")
|
230 |
with gr.Row():
|
|
|
224 |
with gr.Tab("Tasks Scores"):
|
225 |
gr.Markdown("""
|
226 |
**Notes:**
|
227 |
+
- This table is sorted according to the first task based on its accuracy score.
|
228 |
- A higher rank indicates a greater susceptibility for the model to be considered dangerous.
|
229 |
""")
|
230 |
with gr.Row():
|