Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|