senyukhin commited on
Commit
d7676e6
1 Parent(s): af9540e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,8 +39,7 @@ if st.button('Обработать') and txt != '':
39
  textnet = Network( height='400px',
40
  width='100%',
41
  bgcolor='white',
42
- font_color='black',
43
- select_menu=True
44
  )
45
 
46
  textnet.from_nx(graph)
 
39
  textnet = Network( height='400px',
40
  width='100%',
41
  bgcolor='white',
42
+ font_color='black'
 
43
  )
44
 
45
  textnet.from_nx(graph)