qmaruf commited on
Commit
439994d
·
1 Parent(s): 90a813d

readme updated

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -40,10 +40,21 @@ streamlit run chat.py
40
  5. Start a conversation with the AI by sending a message.
41
 
42
  ## Deploy to Hugging Face Spaces
 
 
43
  ```bash
44
  huggingface-cli login
45
  git remote add huggingface https://huggingface.co/spaces/qmaruf/talk-to-data
 
 
 
 
46
  git push huggingface main
 
47
  ```
 
 
 
 
48
  ## Author
49
  Quazi Marufur Rahman | [email protected]
 
40
  5. Start a conversation with the AI by sending a message.
41
 
42
  ## Deploy to Hugging Face Spaces
43
+ To deploy your chatbot to Hugging Face Space, first create a new streamlit space and copy the repo url to create a new remote repo with the name `huggingface`.
44
+
45
  ```bash
46
  huggingface-cli login
47
  git remote add huggingface https://huggingface.co/spaces/qmaruf/talk-to-data
48
+ ```
49
+ Once done, you can push your code to Hugging Face and GitHub using
50
+
51
+ ```bash
52
  git push huggingface main
53
+ git push origin main
54
  ```
55
+
56
+ Don't forget to name your application file as app.py as mentioned at the top of this file. It also contains the sdk name and version.
57
+
58
+
59
  ## Author
60
  Quazi Marufur Rahman | [email protected]