shezamunir commited on
Commit
3224c02
Β·
verified Β·
1 Parent(s): ff0f3e8

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -2
src/streamlit_app.py CHANGED
@@ -33,7 +33,6 @@ st.markdown(
33
  </p>
34
  <p style="font-size:20px;">
35
  πŸ’» <a href="https://github.com/launchnlp/ExpertLongBench">GitHub</a> | πŸ€— <a href="https://huggingface.co/datasets/launch/ExpertLongBench">Public Dataset</a>
36
- # πŸ“‘ <a href="">Paper</a> |
37
  βš™οΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 12 | Updated: <strong>May 2025</strong>
38
  </p>
39
  </div>
@@ -114,7 +113,7 @@ with tab2:
114
  st.markdown(
115
  f"""
116
  <div class="logo-container" style="display:flex; justify-content: center;">
117
- <img src="data:image/png;base64,{img_data_pipeline}" style="width:80%; max-width:700px;"/>
118
  </div>
119
  """,
120
  unsafe_allow_html=True
 
33
  </p>
34
  <p style="font-size:20px;">
35
  πŸ’» <a href="https://github.com/launchnlp/ExpertLongBench">GitHub</a> | πŸ€— <a href="https://huggingface.co/datasets/launch/ExpertLongBench">Public Dataset</a>
 
36
  βš™οΈ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 12 | Updated: <strong>May 2025</strong>
37
  </p>
38
  </div>
 
113
  st.markdown(
114
  f"""
115
  <div class="logo-container" style="display:flex; justify-content: center;">
116
+ <img src="data:image/png;base64,{img_data_pipeline}" style="width:90%; max-width:700px;"/>
117
  </div>
118
  """,
119
  unsafe_allow_html=True