Mollel commited on
Commit
57671d9
1 Parent(s): 1c32a9e

Update app.py

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