Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- src/ui/streamlit_app.py +1 -1
src/ui/streamlit_app.py
CHANGED
|
@@ -214,7 +214,7 @@ with sc2:
|
|
| 214 |
if submit_btn and query.strip():
|
| 215 |
|
| 216 |
# Gemini-style spinner
|
| 217 |
-
with st.spinner("
|
| 218 |
|
| 219 |
response = requests.post(
|
| 220 |
f"{API_GATEWAY_URL}/search",
|
|
|
|
| 214 |
if submit_btn and query.strip():
|
| 215 |
|
| 216 |
# Gemini-style spinner
|
| 217 |
+
with st.spinner(" Analyzing semantics..."):
|
| 218 |
|
| 219 |
response = requests.post(
|
| 220 |
f"{API_GATEWAY_URL}/search",
|