StefanoDUrso commited on
Commit
29f80c0
·
1 Parent(s): d708e6b

readme update

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -11,6 +11,12 @@ to run locally: chainlit run app.py -w
11
 
12
  ---
13
 
 
 
 
 
 
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
15
 
16
  Create a Dockerfile as follows:
 
11
 
12
  ---
13
 
14
+ This application is used to deploy a Chainlit application on HuggingFace space.
15
+ The code is on the Github repository and it is linked throgh Github actions to HuggingFace so that for each push on Github there's an associated push to HuggingFace: Docker is used in order to perform the deploy. The readme file has to contain as first rows what's present above in order to deploy it correctly.
16
+ Chainlit authentication is used.
17
+
18
+ ---
19
+
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
21
 
22
  Create a Dockerfile as follows: