nitzanguetta
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
import pandas as pd
|
3 |
|
4 |
|
5 |
-
df = pd.
|
6 |
headline = """# Visual Riddles Leaderboard 🚀
|
7 |
To submit your results to the leaderboard, please add a new column with your predictions to [this csv](https://huggingface.co/datasets/visual-riddles/visual_riddles/blob/main/test/metadata.csv), and send to [this mail](mailto:yonatanbitton1@gmail.com).
|
8 |
"""
|
|
|
2 |
import pandas as pd
|
3 |
|
4 |
|
5 |
+
df = pd.read_csv("Visual-Riddles-Leaderboard.csv")
|
6 |
headline = """# Visual Riddles Leaderboard 🚀
|
7 |
To submit your results to the leaderboard, please add a new column with your predictions to [this csv](https://huggingface.co/datasets/visual-riddles/visual_riddles/blob/main/test/metadata.csv), and send to [this mail](mailto:yonatanbitton1@gmail.com).
|
8 |
"""
|