jayash391 commited on
Commit
e52a137
·
verified ·
1 Parent(s): 210cd7e

Update sherlock2.py

Browse files
Files changed (1) hide show
  1. 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("Submit", key="submit_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