Spaces:
Sleeping
Sleeping
Ley_Fill7
commited on
Commit
·
e6bd0df
1
Parent(s):
7dfaa2b
Added the explaination text for its use
Browse files
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
|
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
|