Update app.py
Browse files
app.py
CHANGED
|
@@ -670,7 +670,7 @@ if "sites" not in st.session_state:
|
|
| 670 |
"report_convo_state": 0,
|
| 671 |
"report_missing_fields": [],
|
| 672 |
"report_answers": {}
|
| 673 |
-
}
|
| 674 |
|
| 675 |
|
| 676 |
if "active_site" not in st.session_state:
|
|
|
|
| 670 |
"report_convo_state": 0,
|
| 671 |
"report_missing_fields": [],
|
| 672 |
"report_answers": {}
|
| 673 |
+
}]
|
| 674 |
|
| 675 |
|
| 676 |
if "active_site" not in st.session_state:
|