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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,7 +95,7 @@ def handle_submission():
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
@@ -107,4 +107,4 @@ def ask_again():
107
  agent.run("")
108
 
109
  # Add the callback function to the button
110
- st.button("Ask Again").do(ask_again)
 
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
 
107
  agent.run("")
108
 
109
  # Add the callback function to the button
110
+ #st.button("Ask Again").do(ask_again)