Anooj commited on
Commit
957cdce
1 Parent(s): 6d24a55

add back image to landing page

Browse files
Files changed (1) hide show
  1. app.jl +1 -1
app.jl CHANGED
@@ -48,7 +48,7 @@ end
48
 
49
  function landingpage_ui(model)
50
  page(model, class="container", style="text-align: center;", [
51
- #img(src="/wizard_chess.webp", style="padding-top: 25px;")
52
  h1("Learn the Dark arts of Dark Chess Bots")
53
  h3("Interactive paper and implementation walk through to building a state of the dark chess bot")
54
  h4("with Deep RL concepts")
 
48
 
49
  function landingpage_ui(model)
50
  page(model, class="container", style="text-align: center;", [
51
+ img(src="/wizard_chess.webp", style="padding-top: 25px;")
52
  h1("Learn the Dark arts of Dark Chess Bots")
53
  h3("Interactive paper and implementation walk through to building a state of the dark chess bot")
54
  h4("with Deep RL concepts")