vamseelatha2002 commited on
Commit
c653642
·
verified ·
1 Parent(s): 2a67170

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 0
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