Demosthene-OR
commited on
Commit
•
a1eb38b
1
Parent(s):
1c6bacc
Update id_lang_tab.py
Browse files- tabs/id_lang_tab.py +1 -2
tabs/id_lang_tab.py
CHANGED
@@ -407,10 +407,9 @@ def run():
|
|
407 |
""")
|
408 |
, unsafe_allow_html=True)
|
409 |
st.write("<center><h5>"+tr("Architecture du modèle utilisé")+":</h5></center>", unsafe_allow_html=True)
|
410 |
-
st.image("https://demosthene-or-api-avr23-cds-translation.hf.space/small_vocab/plot_model?&model_type=lang_id",use_column_width=True)
|
411 |
col1, col2, col3 = st.columns([0.15,0.7,0.15])
|
412 |
with col2:
|
413 |
-
|
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)"))
|
|
|
407 |
""")
|
408 |
, unsafe_allow_html=True)
|
409 |
st.write("<center><h5>"+tr("Architecture du modèle utilisé")+":</h5></center>", unsafe_allow_html=True)
|
|
|
410 |
col1, col2, col3 = st.columns([0.15,0.7,0.15])
|
411 |
with col2:
|
412 |
+
st.image("https://demosthene-or-api-avr23-cds-translation.hf.space/small_vocab/plot_model?&model_type=lang_id",use_column_width="auto")
|
413 |
elif (chosen_id == "tab3"):
|
414 |
st.write("### **"+tr("Interpretabilité du classifieur Naïve Bayes sur 5 langues")+"**")
|
415 |
st.write("##### "+tr("..et un Training set réduit (15000 phrases et 94 tokens)"))
|