Skip to content

Commit

Permalink
Update chatbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
YashVardhan-AI authored Dec 28, 2021
1 parent 00bae62 commit 13e8e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def query(payload):

def get_text():
input_text = st.text_input("You: ","Hello, how are you?", key="input")
st.session_state['input']=''
return input_text


Expand Down

0 comments on commit 13e8e54

Please sign in to comment.