Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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>',
|