kaleidoskop-hug commited on
Commit
4c5beb5
·
verified ·
1 Parent(s): b925743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ st.sidebar.markdown("*Generated content may be inaccurate or false.*")
68
  def edit_text(text):
69
  reason = st.text_input("{text}")
70
  if st.button("Submit"):
71
- resturn text
72
  if st.button("Cancel"):
73
  return ""
74
 
 
68
  def edit_text(text):
69
  reason = st.text_input("{text}")
70
  if st.button("Submit"):
71
+ return text
72
  if st.button("Cancel"):
73
  return ""
74