Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +9 -6
src/streamlit_app.py
CHANGED
@@ -29,11 +29,11 @@ st.markdown(
|
|
29 |
<div class="header">
|
30 |
<br/>
|
31 |
<p style="font-size:22px;">
|
32 |
-
|
33 |
</p>
|
34 |
<p style="font-size:20px;">
|
35 |
-
|
36 |
-
⚙️ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 12 | Updated: <strong>
|
37 |
</p>
|
38 |
</div>
|
39 |
''',
|
@@ -88,8 +88,11 @@ with tab1:
|
|
88 |
st.markdown(html, unsafe_allow_html=True)
|
89 |
|
90 |
with tab2:
|
91 |
-
st.markdown("
|
92 |
st.write(
|
93 |
-
"
|
94 |
-
|
|
|
|
|
|
|
95 |
)
|
|
|
29 |
<div class="header">
|
30 |
<br/>
|
31 |
<p style="font-size:22px;">
|
32 |
+
ExpertLongBench: Benchmarking Language Models on Expert-Level Long-Form Generation with Structured Checklists
|
33 |
</p>
|
34 |
<p style="font-size:20px;">
|
35 |
+
📑 <a href="">Paper</a> | 💻 <a href="">GitHub</a> | <strong>K</strong> <a href="">Kaggle</a> <add links later>
|
36 |
+
⚙️ <strong>Version</strong>: <strong>V1</strong> | <strong># Models</strong>: 12 | Updated: <strong>May 2025</strong>
|
37 |
</p>
|
38 |
</div>
|
39 |
''',
|
|
|
88 |
st.markdown(html, unsafe_allow_html=True)
|
89 |
|
90 |
with tab2:
|
91 |
+
st.markdown("## Abstract")
|
92 |
st.write(
|
93 |
+
"<add final abstract here>"
|
94 |
+
)
|
95 |
+
st.markdown("## Pipeline")
|
96 |
+
st.write(
|
97 |
+
"<add final pipeline figure here>"
|
98 |
)
|