Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ elif page == "Semantic Search":
|
|
211 |
else:
|
212 |
st.warning("Please ask a relevant question.")
|
213 |
|
214 |
-
#
|
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
|