Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -93,7 +93,8 @@ def setup_page():
|
|
93 |
"""Set up the Streamlit page."""
|
94 |
st.set_page_config(page_title="Swahili Text Embeddings Leaderboard", page_icon="⚡", layout="wide")
|
95 |
st.title("⚡ Swahili Text Embeddings Leaderboard (STEL)")
|
96 |
-
st.image("https://raw.githubusercontent.com/username/repo/main/files/STEL.jpg", width=300)
|
|
|
97 |
|
98 |
def display_leaderboard(df):
|
99 |
"""Display the leaderboard."""
|
|
|
93 |
"""Set up the Streamlit page."""
|
94 |
st.set_page_config(page_title="Swahili Text Embeddings Leaderboard", page_icon="⚡", layout="wide")
|
95 |
st.title("⚡ Swahili Text Embeddings Leaderboard (STEL)")
|
96 |
+
# st.image("https://raw.githubusercontent.com/username/repo/main/files/STEL.jpg", width=300)
|
97 |
+
st.image("https://huggingface.co/spaces/sartifyllc/Swahili-Text-Embeddings-Leaderboard/resolve/main/STEL.jpg", width=300)
|
98 |
|
99 |
def display_leaderboard(df):
|
100 |
"""Display the leaderboard."""
|