Made instructions a bit clearer

This commit is contained in:
Eric Ma 2019-12-14 19:27:29 -05:00
parent f475332124
commit 3a41b2f868
1 changed files with 2 additions and 1 deletions

View File

@ -264,10 +264,11 @@ st.write(
I'd like to invite you to upload your own data.
Type in numbers into the text box below, separated by commas.
Example data have been provided for you.
"""
)
data = st.text_input("Your data")
data = st.text_input("Your data", value="0.993, 0.91, 0.779")
def process_data(data):