Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ if "metrics" not in st.session_state:
|
|
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 |
|
|
|
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 = 19999
|
85 |
|
86 |
recent_questions = load_recent_questions()
|
87 |
|