cmagganas commited on
Commit
6d51dd7
1 Parent(s): f9dae38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -8,4 +8,10 @@ pinned: false
8
  license: mit
9
  ---
10
 
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
8
  license: mit
9
  ---
10
 
11
+ # build-advisor
12
+ an ai app that helps guide ai developers to build their ai apps
13
+
14
+ ```
15
+ pip install -r requirements.txt
16
+ chainlit run app.py -w
17
+ ```