martin8 commited on
Commit
b8eaa79
1 Parent(s): 8df9406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -8
app.py CHANGED
@@ -670,7 +670,7 @@ def task_categorization_model_predictions():
670
 
671
  st.image("./buttons1.png")
672
 
673
- # if st.button("Show more"):
674
 
675
  st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"2- "+top_models[1]}</p>', unsafe_allow_html=True)
676
  st.image("./buttons1.png")
@@ -740,14 +740,12 @@ def model_selector_sbert():
740
 
741
  st.image("./buttons1.png")
742
 
743
- if st.button("Show more"):
744
-
745
- st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"2- "+top_models[1]}</p>', unsafe_allow_html=True)
746
- st.image("./buttons1.png")
747
-
748
 
749
- st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"3- "+top_models[2]}</p>', unsafe_allow_html=True)
750
- st.image("./buttons1.png")
751
 
752
 
753
 
 
670
 
671
  st.image("./buttons1.png")
672
 
673
+ # if st.button("Show more"):
674
 
675
  st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"2- "+top_models[1]}</p>', unsafe_allow_html=True)
676
  st.image("./buttons1.png")
 
740
 
741
  st.image("./buttons1.png")
742
 
743
+ #if st.button("Show more"):
744
+ st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"2- "+top_models[1]}</p>', unsafe_allow_html=True)
745
+ st.image("./buttons1.png")
 
 
746
 
747
+ st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"3- "+top_models[2]}</p>', unsafe_allow_html=True)
748
+ st.image("./buttons1.png")
749
 
750
 
751