farimafatahi commited on
Commit
25e0148
·
verified ·
1 Parent(s): 031948f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ st.markdown(
96
  }}
97
  </style>
98
  <div class="logo-container">
99
- <img src="data:image/png;base64,{st.image(logo_image, output_format="PNG").to_base64()}" alt="FactBench Leaderboard Logo">
100
  </div>
101
  """,
102
  unsafe_allow_html=True
 
96
  }}
97
  </style>
98
  <div class="logo-container">
99
+ <img src="data:image/png,{st.image(logo_image, output_format="PNG")}" alt="FactBench Leaderboard Logo">
100
  </div>
101
  """,
102
  unsafe_allow_html=True