brunneis commited on
Commit
4b071e3
β€’
1 Parent(s): c801297

Update images and allowed paths

Browse files
app.py CHANGED
@@ -254,5 +254,8 @@ scheduler.add_job(restart_space, "interval", seconds=900)
254
  scheduler.start()
255
  demo.queue(default_concurrency_limit=40).launch(
256
  server_name="0.0.0.0",
257
- allowed_paths=["images/soliditybench.svg"],
 
 
 
258
  )
 
254
  scheduler.start()
255
  demo.queue(default_concurrency_limit=40).launch(
256
  server_name="0.0.0.0",
257
+ allowed_paths=[
258
+ "images/logo.svg",
259
+ "images/social.jpg",
260
+ ],
261
  )
images/{soliditybench.svg β†’ logo.svg} RENAMED
File without changes
src/about.py CHANGED
@@ -29,7 +29,7 @@ class Tasks(Enum):
29
  # ---------------------------------------------------
30
 
31
  # Your leaderboard name
32
- TITLE = """<br><img src="file/images/soliditybench.svg" width="500" style="display: block; margin-left: auto; margin-right: auto;">
33
  <h3 align="center" id="space-title">Solidity Leaderboard by IQ</h3>"""
34
 
35
  # What does your leaderboard evaluate?
 
29
  # ---------------------------------------------------
30
 
31
  # Your leaderboard name
32
+ TITLE = """<br><img src="file/images/logo.svg" width="500" style="display: block; margin-left: auto; margin-right: auto;">
33
  <h3 align="center" id="space-title">Solidity Leaderboard by IQ</h3>"""
34
 
35
  # What does your leaderboard evaluate?