MohanadAfiffy commited on
Commit
0543489
Β·
verified Β·
1 Parent(s): 84450ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -31,7 +31,7 @@ st.markdown("""
31
  <h3 style="color:deepskyblue;">Generate Emails - NGO Oriented Function 🌍</h3>
32
  <h4 style="color:gray;">Generates personalized Emails for NGO campaigns, you have two options to use it</h4>
33
  <h4 style="color:cornflowerblue;">With Scraping:</h4>
34
- <h6 style="color:skyblue;">Best for Mass Emails with minimal initial data.</h6>
35
  <h3 style="color:steelblue;">Required Columns:</h3>
36
  <ul>
37
  <li><strong>πŸ‘€ First Name</strong></li>
@@ -44,7 +44,7 @@ st.markdown("""
44
  </ul>
45
  <a href="https://docs.google.com/spreadsheets/d/1jkTrPqjO9bNBYlyluIGNsclJ7qz2vOrS2HOCD94ZD2Q/edit?usp=sharing" target="_blank">Check the template from here</a>
46
  <h4 style="color:cornflowerblue;">Opt-Out of Scraping:</h4>
47
- <h6 style="color:skyblue;">Best for Low Volume Emails, Perfect for detailed information and targeted approach.</h6>
48
  <h4 style="color:steelblue;">Required Columns:</h4>
49
  <ul>
50
  <li><strong>πŸ‘€ First Name</strong></li>
@@ -67,7 +67,7 @@ st.markdown("""
67
  </ul>
68
  <a href="https://docs.google.com/spreadsheets/d/1h2pQQKlTja_G3IJZvw0xNdiyZqkSToTD4zxFvCNDDeQ/edit?usp=sharing" target="_blank">Check the template from here</a>
69
  <h4 style="color:cornflowerblue;">Opt-Out of Scraping:</h4>
70
- <h6 style="color:skyblue;">For complete company descriptions at hand.</h6>
71
  <h4 style="color:steelblue;">Required Columns:</h4>
72
  <ul>
73
  <li><strong>πŸ”— Website</strong></li>
 
31
  <h3 style="color:deepskyblue;">Generate Emails - NGO Oriented Function 🌍</h3>
32
  <h4 style="color:gray;">Generates personalized Emails for NGO campaigns, you have two options to use it</h4>
33
  <h4 style="color:cornflowerblue;">With Scraping:</h4>
34
+ <h6 style="color:darkgray;">Best for Mass Emails with minimal initial data.</h6>
35
  <h3 style="color:steelblue;">Required Columns:</h3>
36
  <ul>
37
  <li><strong>πŸ‘€ First Name</strong></li>
 
44
  </ul>
45
  <a href="https://docs.google.com/spreadsheets/d/1jkTrPqjO9bNBYlyluIGNsclJ7qz2vOrS2HOCD94ZD2Q/edit?usp=sharing" target="_blank">Check the template from here</a>
46
  <h4 style="color:cornflowerblue;">Opt-Out of Scraping:</h4>
47
+ <h6 style="color:darkgray;">Best for Low Volume Emails, Perfect for detailed information and targeted approach.</h6>
48
  <h4 style="color:steelblue;">Required Columns:</h4>
49
  <ul>
50
  <li><strong>πŸ‘€ First Name</strong></li>
 
67
  </ul>
68
  <a href="https://docs.google.com/spreadsheets/d/1h2pQQKlTja_G3IJZvw0xNdiyZqkSToTD4zxFvCNDDeQ/edit?usp=sharing" target="_blank">Check the template from here</a>
69
  <h4 style="color:cornflowerblue;">Opt-Out of Scraping:</h4>
70
+ <h6 style="color:darkgray;">For complete company descriptions at hand.</h6>
71
  <h4 style="color:steelblue;">Required Columns:</h4>
72
  <ul>
73
  <li><strong>πŸ”— Website</strong></li>