Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|