Spaces:
Running
Running
fixing typo :(
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def ask_question(question):
|
|
78 |
return results
|
79 |
|
80 |
if question:
|
81 |
-
with st.spinner("π Performing
|
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)
|