Chris4K commited on
Commit
eaf08d2
·
verified ·
1 Parent(s): 6bab521

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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():