Mattral commited on
Commit
2c44dc1
·
verified ·
1 Parent(s): 08dd78a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from PIL import Image
4
  from tensorflow.keras.models import load_model
5
  from streamlit_drawable_canvas import st_canvas
6
 
 
7
  ms = st.session_state
8
  if "themes" not in ms:
9
  ms.themes = {"current_theme": "light",
 
4
  from tensorflow.keras.models import load_model
5
  from streamlit_drawable_canvas import st_canvas
6
 
7
+
8
  ms = st.session_state
9
  if "themes" not in ms:
10
  ms.themes = {"current_theme": "light",