Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,9 @@ def handle_submission():
|
|
94 |
st.write(response)
|
95 |
|
96 |
# Add a button to trigger the agent to respond again
|
97 |
-
st.button("Ask Again
|
|
|
|
|
98 |
|
99 |
# Define a callback function to handle the button click
|
100 |
def ask_again():
|
|
|
94 |
st.write(response)
|
95 |
|
96 |
# Add a button to trigger the agent to respond again
|
97 |
+
#st.button("Ask Again
|
98 |
+
st.button("Ask Again", key="ask_again_btn")
|
99 |
+
|
100 |
|
101 |
# Define a callback function to handle the button click
|
102 |
def ask_again():
|