Amirhoseinsh commited on
Commit
5c073f2
1 Parent(s): e4d5548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -277,11 +277,14 @@ with tab2:
277
  all_submitted_models = all_submitted_models[['Model Name','Model HF Name', 'Model Type','Model Precision','Evaluation Tasks']]
278
  st.data_editor(all_submitted_models, hide_index=True, use_container_width=st.session_state.use_container_width, key="data_editor4")
279
  except KeyError:
280
- st.info('There are no submitted models for evaluation at this moment 😆', icon="ℹ️")
281
 
282
 
283
  with tab3:
284
- st.markdown("<h3>This leaderboard is designed for persian large language models. We will be happy if you contribute to this leaderboard. If you have any question, email to info@wishwork.org</h3>")
 
 
 
285
 
286
  footer="""<div class="footer"> <p class="p1">Copyright © 2023 <a text-align: center;' href="https://www.wishwork.org" target="_blank">Wish Work Inc.</a></p> </div>"""
287
  st.markdown(footer, unsafe_allow_html=True)
 
277
  all_submitted_models = all_submitted_models[['Model Name','Model HF Name', 'Model Type','Model Precision','Evaluation Tasks']]
278
  st.data_editor(all_submitted_models, hide_index=True, use_container_width=st.session_state.use_container_width, key="data_editor4")
279
  except KeyError:
280
+ st.info('There are no submitted models for evaluation at this moment!', icon="ℹ️")
281
 
282
 
283
  with tab3:
284
+ c, col1 , col2 = st.columns([0.15, 3, 0.15], gap="small")
285
+ with col1:
286
+ st.markdown("<h3>This leaderboard is designed for persian large language models. We will be happy if you contribute to this leaderboard. If you have any question, email to info@wishwork.org</h3>")
287
+
288
 
289
  footer="""<div class="footer"> <p class="p1">Copyright © 2023 <a text-align: center;' href="https://www.wishwork.org" target="_blank">Wish Work Inc.</a></p> </div>"""
290
  st.markdown(footer, unsafe_allow_html=True)