Atif20024 commited on
Commit
7804e79
·
verified ·
1 Parent(s): 1f6847d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ st.header("Let's check what you know")
19
  # Greeting the user
20
  st.write("Welcome!!")
21
 
22
- st.session_state
23
  # Sidebar with selectbox
24
 
25
  if "option" not in st.session_state:
 
19
  # Greeting the user
20
  st.write("Welcome!!")
21
 
22
+ # st.session_state
23
  # Sidebar with selectbox
24
 
25
  if "option" not in st.session_state: