Demosthene-OR
commited on
Commit
•
f5a1ee2
1
Parent(s):
1a25283
Update id_lang_tab.py
Browse files- tabs/id_lang_tab.py +1 -2
tabs/id_lang_tab.py
CHANGED
@@ -410,8 +410,7 @@ def run():
|
|
410 |
st.write("<center><h5>"+tr("Architecture du modèle utilisé")+":</h5></center>", unsafe_allow_html=True)
|
411 |
col1, col2, col3 = st.columns([0.15,0.7,0.15])
|
412 |
with col2:
|
413 |
-
|
414 |
-
st.image(url_base[0]+"e/small_vocab/plot_model?&model_type=lang_id",use_column_width="auto")
|
415 |
elif (chosen_id == "tab3"):
|
416 |
st.write("### **"+tr("Interpretabilité du classifieur Naïve Bayes sur 5 langues")+"**")
|
417 |
st.write("##### "+tr("..et un Training set réduit (15000 phrases et 94 tokens)"))
|
|
|
410 |
st.write("<center><h5>"+tr("Architecture du modèle utilisé")+":</h5></center>", unsafe_allow_html=True)
|
411 |
col1, col2, col3 = st.columns([0.15,0.7,0.15])
|
412 |
with col2:
|
413 |
+
st.image(url_base[0]+"/small_vocab/plot_model?&model_type=lang_id",use_column_width="auto")
|
|
|
414 |
elif (chosen_id == "tab3"):
|
415 |
st.write("### **"+tr("Interpretabilité du classifieur Naïve Bayes sur 5 langues")+"**")
|
416 |
st.write("##### "+tr("..et un Training set réduit (15000 phrases et 94 tokens)"))
|