Update modules/ui.py
Browse files- modules/ui.py +0 -4
modules/ui.py
CHANGED
|
@@ -271,10 +271,6 @@ def display_text_analysis_interface(nlp_models, lang_code):
|
|
| 271 |
st.write(html, unsafe_allow_html=True)
|
| 272 |
arc_diagrams.append(html)
|
| 273 |
|
| 274 |
-
with st.expander(t['network_diagram'], expanded=True):
|
| 275 |
-
fig = visualize_syntax(sentence_input, nlp_models[lang_code], lang_code)
|
| 276 |
-
st.pyplot(fig)
|
| 277 |
-
|
| 278 |
if store_analysis_result(
|
| 279 |
st.session_state.username,
|
| 280 |
sentence_input,
|
|
|
|
| 271 |
st.write(html, unsafe_allow_html=True)
|
| 272 |
arc_diagrams.append(html)
|
| 273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
if store_analysis_result(
|
| 275 |
st.session_state.username,
|
| 276 |
sentence_input,
|