Naz786 commited on
Commit
1d262a5
·
verified ·
1 Parent(s): bbd9ea6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ elif page == "Semantic Search":
211
  else:
212
  st.warning("Please ask a relevant question.")
213
 
214
- # This field is always in sync with session state, whether typed or spoken
215
  question = st.text_input("Ask a question about your code", key="sem_question")
216
 
217
  # Run Semantic Search button
 
211
  else:
212
  st.warning("Please ask a relevant question.")
213
 
214
+ # Single input field for question (typed or spoken)
215
  question = st.text_input("Ask a question about your code", key="sem_question")
216
 
217
  # Run Semantic Search button