Ley_Fill7 commited on
Commit
e6bd0df
·
1 Parent(s): 7dfaa2b

Added the explaination text for its use

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def send_email(email):
27
  # Streamlit UI
28
  st.title(" Cold Email Sequence Generator")
29
 
30
- uploaded_file = st.file_uploader("Upload a JSON file input structured like the 'example.json' in this App's files section", type="json")
31
 
32
  if uploaded_file is not None:
33
  # Parse JSON Input
 
27
  # Streamlit UI
28
  st.title(" Cold Email Sequence Generator")
29
 
30
+ uploaded_file = st.file_uploader("Upload a JSON structured like the 'example.json' in the files section. Once 'Generated Emails' are okay, press 'Start Email Scheduling' button at the bottom to start sending each of the generated emails every 10 seconds", type="json")
31
 
32
  if uploaded_file is not None:
33
  # Parse JSON Input