devusman commited on
Commit
c09cc29
·
1 Parent(s): 5e8ecc5

update README to reflect Email Validation application details

Browse files
Files changed (1) hide show
  1. README.md +21 -6
README.md CHANGED
@@ -1,6 +1,21 @@
1
- title: Fb Dl
2
- emoji: 🏢
3
- colorFrom: purple
4
- colorTo: yellow
5
- sdk: docker
6
- pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Email Validation
3
+ emoji: 📧
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: streamlit
7
+ sdk_version: "1.33.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # Email Validation Tool
13
+
14
+ This Hugging Face Space hosts a simple yet effective Email Validation application built with Streamlit.
15
+
16
+ ## How to Use
17
+ 1. Enter a single email address or upload an Excel/.csv file containing a list of emails.
18
+ 2. The application will validate the emails based on syntax, domain existence, and other checks.
19
+ 3. View the validation results directly in the app.
20
+
21
+ This application is deployed from the GitHub repository: [sathish-1804/email-validation](https://github.com/sathish-1804/email-validation).