Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- 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:
|
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
|