Update app.py
Browse files
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 |
-
|
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 |
|