Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -8,4 +8,10 @@ pinned: false
|
|
8 |
license: mit
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|