Sathvik-kota commited on
Commit
78747ba
·
verified ·
1 Parent(s): 46bdcb4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. 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(" Analyzing semantics..."):
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",