shezamunir commited on
Commit
29dbb08
·
verified ·
1 Parent(s): 2d971b8

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -8
src/streamlit_app.py CHANGED
@@ -13,8 +13,8 @@ st.set_page_config(page_title="VeriFact Leaderboard", layout="wide")
13
  def load_image(path):
14
  return Image.open(path)
15
 
16
- logo = load_image("factrbench.png")
17
- chart = load_image("test.png")
18
 
19
  # Display logo
20
  buf = BytesIO()
@@ -94,10 +94,5 @@ with tab2:
94
  <img src="data:image/png;base64,{chart_b64}" style="width:65%;"/>
95
  </div>
96
  """, unsafe_allow_html=True)
97
- st.markdown("### What is VERIFACT?")
98
- st.write("VERIFACT is a factuality evaluation framework...")
99
- st.markdown("### What is FACTRBENCH?")
100
- st.write("FACTRBENCH is the first benchmark for long-form factuality evaluation...")
101
- st.markdown("### Key Findings")
102
- st.write("VERIFACT outperforms prior methods [...]")
103
 
 
13
  def load_image(path):
14
  return Image.open(path)
15
 
16
+ # logo = load_image("factrbench.png")
17
+ # chart = load_image("test.png")
18
 
19
  # Display logo
20
  buf = BytesIO()
 
94
  <img src="data:image/png;base64,{chart_b64}" style="width:65%;"/>
95
  </div>
96
  """, unsafe_allow_html=True)
97
+
 
 
 
 
 
98