Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ st.markdown("""
|
|
161 |
</style>
|
162 |
""", unsafe_allow_html=True)
|
163 |
|
164 |
-
tab1, tab2
|
165 |
|
166 |
# Tab 1: Leaderboard
|
167 |
with tab1:
|
@@ -332,16 +332,16 @@ with tab2:
|
|
332 |
|
333 |
st.markdown('</div>', unsafe_allow_html=True)
|
334 |
|
335 |
-
# Tab 3: Links
|
336 |
-
with tab3:
|
337 |
-
|
338 |
|
339 |
-
|
340 |
-
|
341 |
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
|
347 |
-
|
|
|
161 |
</style>
|
162 |
""", unsafe_allow_html=True)
|
163 |
|
164 |
+
tab1, tab2 = st.tabs(["Leaderboard", "Benchmark Details"])
|
165 |
|
166 |
# Tab 1: Leaderboard
|
167 |
with tab1:
|
|
|
332 |
|
333 |
st.markdown('</div>', unsafe_allow_html=True)
|
334 |
|
335 |
+
# # Tab 3: Links
|
336 |
+
# with tab3:
|
337 |
+
# st.markdown('<div class="tab-content">', unsafe_allow_html=True)
|
338 |
|
339 |
+
# st.markdown('<div class="title">Submit your model information on our Github</div>',
|
340 |
+
# unsafe_allow_html=True)
|
341 |
|
342 |
+
# st.markdown(
|
343 |
+
# '[Test your model locally!](https://github.com/FarimaFatahi/FactEval)')
|
344 |
+
# st.markdown(
|
345 |
+
# '[Submit results or issues!](https://github.com/FarimaFatahi/FactEval/issues/new)')
|
346 |
|
347 |
+
# st.markdown('</div>', unsafe_allow_html=True)
|