Update my_model/utilities/state_manager.py
Browse files
my_model/utilities/state_manager.py
CHANGED
@@ -12,10 +12,10 @@ class StateManager:
|
|
12 |
st.session_state['images_data'] = {}
|
13 |
if 'kbvqa' not in st.session_state:
|
14 |
st.session_state['kbvqa'] = None
|
15 |
-
if "button_lablel" not in st.session_state:
|
16 |
st.session_state['kbvqa'] = "Load Model"
|
17 |
if "previous_state" not in st.session_state:
|
18 |
-
|
19 |
|
20 |
|
21 |
|
|
|
12 |
st.session_state['images_data'] = {}
|
13 |
if 'kbvqa' not in st.session_state:
|
14 |
st.session_state['kbvqa'] = None
|
15 |
+
if "button_lablel" not in st.session_state:
|
16 |
st.session_state['kbvqa'] = "Load Model"
|
17 |
if "previous_state" not in st.session_state:
|
18 |
+
st.session_state['previous_state'] = {}
|
19 |
|
20 |
|
21 |
|