ppsingh commited on
Commit
79f209b
·
1 Parent(s): f039bbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ import numpy as np
104
  import streamlit as st
105
 
106
 
107
- session_state = st.sessionstate.get(col1=False, col2=False, col3=False)
108
 
109
  col1, col2, col3 = st.columns(3)
110
 
 
104
  import streamlit as st
105
 
106
 
107
+ session_state = st.session_state.get(col1=False, col2=False, col3=False)
108
 
109
  col1, col2, col3 = st.columns(3)
110