gabruarya commited on
Commit
dca812d
1 Parent(s): 259f51c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -83,6 +83,7 @@ def initialize_session_state():
83
 
84
  def on_click_callback():
85
  human_prompt = st.session_state.human_prompt
 
86
  response = st.session_state.conversation(
87
  human_prompt
88
  )
 
83
 
84
  def on_click_callback():
85
  human_prompt = st.session_state.human_prompt
86
+ st.session_state.human_prompt=""
87
  response = st.session_state.conversation(
88
  human_prompt
89
  )