shezamunir commited on
Commit
df20b20
·
verified ·
1 Parent(s): da5fb0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -161,7 +161,7 @@ st.markdown("""
161
  </style>
162
  """, unsafe_allow_html=True)
163
 
164
- tab1, tab2, tab3 = st.tabs(["Leaderboard", "Benchmark Details", "Submit your models"])
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
- 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)
 
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)