Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,14 +20,14 @@ bugURL = 'https://huggingface.co/spaces/awacke1/AIKnowledgeTreeBuilder/'
|
|
20 |
icons = 'π³β¨π οΈπ€'
|
21 |
|
22 |
SidebarOutline="""
|
23 |
-
π³π€ AIKnowledgeTreeBuilder is designed with the following tenets:
|
24 |
-
1
|
25 |
-
2
|
26 |
-
3
|
27 |
-
4
|
28 |
-
5
|
29 |
-
6
|
30 |
-
7
|
31 |
"""
|
32 |
|
33 |
st.set_page_config(
|
|
|
20 |
icons = 'π³β¨π οΈπ€'
|
21 |
|
22 |
SidebarOutline="""
|
23 |
+
1. π³π€ AIKnowledgeTreeBuilder is designed with the following tenets:
|
24 |
+
1.1 π± **Portability** - Universal access via any device & link sharing
|
25 |
+
1.2. β‘ **Speed of Build** - Rapid deployments (< 2min to production)
|
26 |
+
1.3. π **Linkiness** - Programmatic access to major AI knowledge sources
|
27 |
+
1.4. π― **Abstractive** - Core stays lean by isolating high-maintenance components
|
28 |
+
1.5. π§ **Memory** - Shareable flows with deep-linked research paths
|
29 |
+
1.6. π€ **Personalized** - Rapidly adapts knowledge base to user needs
|
30 |
+
1.7. π¦ **Living Brevity** - Easily cloneable, self modifies with data and public to shares results.
|
31 |
"""
|
32 |
|
33 |
st.set_page_config(
|