Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|