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