Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
# # Set page layout to wide mode
|
| 6 |
# st.set_page_config(
|
| 7 |
-
# page_title="
|
| 8 |
# page_icon="π",
|
| 9 |
# layout="wide"
|
| 10 |
# )
|
|
@@ -13,7 +13,7 @@
|
|
| 13 |
# df = pd.read_csv("leaderboard.csv")
|
| 14 |
|
| 15 |
# # Add title and description
|
| 16 |
-
# st.title("
|
| 17 |
# st.markdown("""
|
| 18 |
# Welcome to the **PathVLMs Leaderboard**! This leaderboard displays evaluation results for various Vision-Language Models (VLMs) in Pathology, focusing on multiple-choice questions (MCQs), answers, and explanations.
|
| 19 |
# You can search, filter, and visualize metrics for better insights.
|
|
@@ -253,7 +253,7 @@ import altair as alt
|
|
| 253 |
|
| 254 |
# Set page layout to wide mode
|
| 255 |
st.set_page_config(
|
| 256 |
-
page_title="
|
| 257 |
page_icon="π",
|
| 258 |
layout="wide"
|
| 259 |
)
|
|
@@ -262,9 +262,9 @@ st.set_page_config(
|
|
| 262 |
df = pd.read_csv("updated-leaderboard.csv")
|
| 263 |
print(df.columns)
|
| 264 |
# Add title and description
|
| 265 |
-
st.title("
|
| 266 |
st.markdown("""
|
| 267 |
-
Welcome to the **
|
| 268 |
You can search, filter, and sort the leaderboard dynamically by score for better insights.
|
| 269 |
""")
|
| 270 |
|
|
@@ -383,7 +383,7 @@ else:
|
|
| 383 |
|
| 384 |
# # Set page layout to wide mode
|
| 385 |
# st.set_page_config(
|
| 386 |
-
# page_title="
|
| 387 |
# page_icon="π",
|
| 388 |
# layout="wide"
|
| 389 |
# )
|
|
@@ -392,9 +392,9 @@ else:
|
|
| 392 |
# df = pd.read_csv("leaderboard.csv")
|
| 393 |
|
| 394 |
# # Add title and description
|
| 395 |
-
# st.title("
|
| 396 |
# st.markdown("""
|
| 397 |
-
# Welcome to the **
|
| 398 |
# You can search, filter, and visualize metrics for better insights.
|
| 399 |
# """)
|
| 400 |
|
|
@@ -506,7 +506,7 @@ else:
|
|
| 506 |
|
| 507 |
# # Set page layout to wide mode
|
| 508 |
# st.set_page_config(
|
| 509 |
-
# page_title="
|
| 510 |
# page_icon="π",
|
| 511 |
# layout="wide"
|
| 512 |
# )
|
|
|
|
| 4 |
|
| 5 |
# # Set page layout to wide mode
|
| 6 |
# st.set_page_config(
|
| 7 |
+
# page_title="PathVLM-Eval Leaderboard",
|
| 8 |
# page_icon="π",
|
| 9 |
# layout="wide"
|
| 10 |
# )
|
|
|
|
| 13 |
# df = pd.read_csv("leaderboard.csv")
|
| 14 |
|
| 15 |
# # Add title and description
|
| 16 |
+
# st.title("PathVLM-Eval Leaderboard π")
|
| 17 |
# st.markdown("""
|
| 18 |
# Welcome to the **PathVLMs Leaderboard**! This leaderboard displays evaluation results for various Vision-Language Models (VLMs) in Pathology, focusing on multiple-choice questions (MCQs), answers, and explanations.
|
| 19 |
# You can search, filter, and visualize metrics for better insights.
|
|
|
|
| 253 |
|
| 254 |
# Set page layout to wide mode
|
| 255 |
st.set_page_config(
|
| 256 |
+
page_title="PathVLM-Eval Leaderboard",
|
| 257 |
page_icon="π",
|
| 258 |
layout="wide"
|
| 259 |
)
|
|
|
|
| 262 |
df = pd.read_csv("updated-leaderboard.csv")
|
| 263 |
print(df.columns)
|
| 264 |
# Add title and description
|
| 265 |
+
st.title("PathVLM-Eval Leaderboard π")
|
| 266 |
st.markdown("""
|
| 267 |
+
Welcome to the **PathVLM-Eval Leaderboard**! This leaderboard displays evaluation results for various Vision-Language Models (VLMs) in Pathology, focusing on multiple-choice questions (MCQs), answers, and explanations.
|
| 268 |
You can search, filter, and sort the leaderboard dynamically by score for better insights.
|
| 269 |
""")
|
| 270 |
|
|
|
|
| 383 |
|
| 384 |
# # Set page layout to wide mode
|
| 385 |
# st.set_page_config(
|
| 386 |
+
# page_title="PathVLM-Eval Leaderboard",
|
| 387 |
# page_icon="π",
|
| 388 |
# layout="wide"
|
| 389 |
# )
|
|
|
|
| 392 |
# df = pd.read_csv("leaderboard.csv")
|
| 393 |
|
| 394 |
# # Add title and description
|
| 395 |
+
# st.title("PathVLM-Eval Leaderboard π")
|
| 396 |
# st.markdown("""
|
| 397 |
+
# Welcome to the **PathVLM-Eval Leaderboard**! This leaderboard displays evaluation results for various Vision-Language Models (VLMs) in Pathology, focusing on multiple-choice questions (MCQs), answers, and explanations.
|
| 398 |
# You can search, filter, and visualize metrics for better insights.
|
| 399 |
# """)
|
| 400 |
|
|
|
|
| 506 |
|
| 507 |
# # Set page layout to wide mode
|
| 508 |
# st.set_page_config(
|
| 509 |
+
# page_title="PathVLM-Eval Leaderboard",
|
| 510 |
# page_icon="π",
|
| 511 |
# layout="wide"
|
| 512 |
# )
|