Spaces:
Sleeping
Sleeping
Jesse-marqo
commited on
Commit
•
1907aa6
1
Parent(s):
fb1a9f8
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import pandas as pd
|
|
5 |
st.title('OpenCLIP Model Results Viewer')
|
6 |
|
7 |
# Displaying the specific CSV file if it exists in the app directory
|
8 |
-
csv_file_path = '
|
9 |
|
10 |
try:
|
11 |
df = pd.read_csv(csv_file_path)
|
|
|
5 |
st.title('OpenCLIP Model Results Viewer')
|
6 |
|
7 |
# Displaying the specific CSV file if it exists in the app directory
|
8 |
+
csv_file_path = 'openclip_multilingual_retrieval_results.csv'
|
9 |
|
10 |
try:
|
11 |
df = pd.read_csv(csv_file_path)
|