Mollel commited on
Commit
2715fce
1 Parent(s): ec20a0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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."""