vm567 commited on
Commit
ef8d292
1 Parent(s): c886dcc

Added deployed application link to readme file

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -32,6 +32,9 @@ Code
32
  - install necessary libraries
33
  - write all the libraries in a file (cmnd pip freeze > requirements.txt)
34
  - create a file name app.py
 
 
 
35
 
36
  # Docker project
37
 
 
32
  - install necessary libraries
33
  - write all the libraries in a file (cmnd pip freeze > requirements.txt)
34
  - create a file name app.py
35
+ - push the code to your feature branch
36
+ - follow this link for more reference https://huggingface.co/docs/hub/spaces-github-actions
37
+ - URL to the deployed application----- https://huggingface.co/spaces/vm567/sentiment-analysis-app
38
 
39
  # Docker project
40