awacke1 commited on
Commit
57a9fd0
·
1 Parent(s): 6b13e5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ while True:
16
  st.experimental_rerun()
17
 
18
  # Show the text area
19
- text_input = st.text_area('Crowdsource')
20
 
21
  # When data is saved there, append it to a "Log.txt" file
22
  if text_input:
 
16
  st.experimental_rerun()
17
 
18
  # Show the text area
19
+ text_input = st.text_area('Crowdsource', key=str(now))
20
 
21
  # When data is saved there, append it to a "Log.txt" file
22
  if text_input: