Canstralian commited on
Commit
a2c61c0
·
verified ·
1 Parent(s): e72331f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ if qa_pipeline:
35
  else:
36
  st.warning("Please provide both a question and context.")
37
  else:
38
- st.warning("The model pipeline couldn't be loaded. Please check your setup.")
 
35
  else:
36
  st.warning("Please provide both a question and context.")
37
  else:
38
+ st.error("Failed to load the question-answering model. Please try again later.")