Bismark commited on
Commit
6e078e3
·
1 Parent(s): a4218aa

made change

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -12,3 +12,14 @@ short_description: 📊 WhatsApp Chat Sentiment Analysis
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
+ ## Running Locally
16
+
17
+ 1. Install dependencies:
18
+ ```bash
19
+ pip install -r requirements.txt
20
+ ```
21
+
22
+ 2. Run the application:
23
+ ```bash
24
+ streamlit run app.py
25
+ ```