Spaces:
Runtime error
Runtime error
Update sherlock2.py
Browse files- sherlock2.py +1 -1
sherlock2.py
CHANGED
@@ -291,7 +291,7 @@ def chat_with_sherlock():
|
|
291 |
|
292 |
with input_container:
|
293 |
user_input = st.text_input("Ask Sherlock:", key="user_input")
|
294 |
-
submit_button = st.button("
|
295 |
|
296 |
if submit_button:
|
297 |
# Add user input to chat history
|
|
|
291 |
|
292 |
with input_container:
|
293 |
user_input = st.text_input("Ask Sherlock:", key="user_input")
|
294 |
+
submit_button = st.button("Ask Sherlock", key="submit_button")
|
295 |
|
296 |
if submit_button:
|
297 |
# Add user input to chat history
|