Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -666,17 +666,17 @@ def task_categorization_model_predictions():
|
|
666 |
st.markdown(f'<p style=" margin-left: 0px;color: #012d51;font-size:18px;border-radius:%;">{"The best models selected for this domain:"}</p>', unsafe_allow_html=True)
|
667 |
|
668 |
|
669 |
-
st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"
|
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:%;">{"
|
676 |
st.image("./buttons1.png")
|
677 |
|
678 |
|
679 |
-
st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"
|
680 |
st.image("./buttons1.png")
|
681 |
|
682 |
|
|
|
666 |
st.markdown(f'<p style=" margin-left: 0px;color: #012d51;font-size:18px;border-radius:%;">{"The best models selected for this domain:"}</p>', unsafe_allow_html=True)
|
667 |
|
668 |
|
669 |
+
st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"Top chioce:"+top_models[0]}</p>', unsafe_allow_html=True)
|
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:%;">{"Alternative 1:"+top_models[1]}</p>', unsafe_allow_html=True)
|
676 |
st.image("./buttons1.png")
|
677 |
|
678 |
|
679 |
+
st.markdown(f'<p style="margin-left: 0px;background-color:#e1e1e1; color:#012d51;font-size:18px;border-radius:%;">{"Alternative 2:"+top_models[2]}</p>', unsafe_allow_html=True)
|
680 |
st.image("./buttons1.png")
|
681 |
|
682 |
|