Tuana commited on
Commit
2163596
Β·
1 Parent(s): c75adac

fixing typo :(

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def ask_question(question):
78
  return results
79
 
80
  if question:
81
- with st.spinner("πŸ‘‘    Performing sematic search on royal scripts..."):
82
  try:
83
  msg = 'Asked ' + question
84
  logging.info(msg)
 
78
  return results
79
 
80
  if question:
81
+ with st.spinner("πŸ‘‘    Performing semantic search on royal scripts..."):
82
  try:
83
  msg = 'Asked ' + question
84
  logging.info(msg)