farimafatahi commited on
Commit
ce0ad3d
·
verified ·
1 Parent(s): 3d3bb43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import streamlit as st
2
  import pandas as pd
3
  from PIL import Image
4
- import base64
5
- from io import BytesIO
6
 
7
  # Set up page config
8
  st.set_page_config(
@@ -76,7 +76,7 @@ st.markdown(
76
 
77
  # Display title and description
78
  st.markdown('<div class="container">', unsafe_allow_html=True)
79
- st.image(logo_image, output_format="PNG", width=100)
80
 
81
  # Convert the image to base64
82
  # buffered = BytesIO()
@@ -101,7 +101,6 @@ st.image(logo_image, output_format="PNG", width=100)
101
  # """,
102
  # unsafe_allow_html=True
103
  # )
104
- # st.image(logo_image, wi)
105
  # st.markdown('<div class="title">FactBench Leaderboard</div>',
106
  # unsafe_allow_html=True)
107
  st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>',
 
1
  import streamlit as st
2
  import pandas as pd
3
  from PIL import Image
4
+ # import base64
5
+ # from io import BytesIO
6
 
7
  # Set up page config
8
  st.set_page_config(
 
76
 
77
  # Display title and description
78
  st.markdown('<div class="container">', unsafe_allow_html=True)
79
+ st.image(logo_image, output_format="PNG", width=200)
80
 
81
  # Convert the image to base64
82
  # buffered = BytesIO()
 
101
  # """,
102
  # unsafe_allow_html=True
103
  # )
 
104
  # st.markdown('<div class="title">FactBench Leaderboard</div>',
105
  # unsafe_allow_html=True)
106
  st.markdown('<div class="description">Benchmark for LM Factuality Evaluation</div>',