Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -80,6 +80,8 @@ if "metrics" not in st.session_state:
|
|
80 |
st.session_state.metrics = {}
|
81 |
if "query_dataset" not in st.session_state:
|
82 |
st.session_state.query_dataset = ''
|
|
|
|
|
83 |
|
84 |
recent_questions = load_recent_questions()
|
85 |
|
|
|
80 |
st.session_state.metrics = {}
|
81 |
if "query_dataset" not in st.session_state:
|
82 |
st.session_state.query_dataset = ''
|
83 |
+
if "rmse" not in st.session_state:
|
84 |
+
st.session_state.rmse = {}
|
85 |
|
86 |
recent_questions = load_recent_questions()
|
87 |
|