Thomas Lucchetta commited on
Commit
f54415f
·
unverified ·
1 Parent(s): a97a6b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -37,9 +37,6 @@ load_img = LoadImage(image_only=True)
37
  #SET CLASSES
38
  class_names = CLASSES
39
 
40
- #SILENCE STREAMIT WARNING
41
- st.set_option('deprecation.showPyplotGlobalUse', False)
42
-
43
  #SET STREAMLIT SESSION STATES
44
  if 'clicked_pp' not in st.session_state:
45
  st.session_state.clicked_pp = False
 
37
  #SET CLASSES
38
  class_names = CLASSES
39
 
 
 
 
40
  #SET STREAMLIT SESSION STATES
41
  if 'clicked_pp' not in st.session_state:
42
  st.session_state.clicked_pp = False