Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ if not "_id" in st.session_state:
|
|
| 76 |
if not "feedback" in st.session_state:
|
| 77 |
st.session_state.feedback = False
|
| 78 |
if not "default_question" in st.session_state:
|
| 79 |
-
st.session_state.default_question = random.choice(
|
| 80 |
|
| 81 |
# DB access
|
| 82 |
|
|
|
|
| 76 |
if not "feedback" in st.session_state:
|
| 77 |
st.session_state.feedback = False
|
| 78 |
if not "default_question" in st.session_state:
|
| 79 |
+
st.session_state.default_question = random.choice(SQL_EXAMPLE_QUERIES)
|
| 80 |
|
| 81 |
# DB access
|
| 82 |
|