Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def setup_page():
|
|
34 |
"""Set up the Streamlit page."""
|
35 |
st.set_page_config(page_title="Swahili Text Embeddings Leaderboard", page_icon="⚡", layout="wide")
|
36 |
st.title("⚡ Swahili Text Embeddings Leaderboard (STEL)")
|
37 |
-
st.image("https://raw.githubusercontent.com/username/repo/main/STEL.jpg", width=300)
|
38 |
|
39 |
def display_leaderboard(df):
|
40 |
"""Display the leaderboard."""
|
|
|
34 |
"""Set up the Streamlit page."""
|
35 |
st.set_page_config(page_title="Swahili Text Embeddings Leaderboard", page_icon="⚡", layout="wide")
|
36 |
st.title("⚡ Swahili Text Embeddings Leaderboard (STEL)")
|
37 |
+
st.image("https://raw.githubusercontent.com/username/repo/main/files/STEL.jpg", width=300)
|
38 |
|
39 |
def display_leaderboard(df):
|
40 |
"""Display the leaderboard."""
|