awacke1 commited on
Commit
e1c6b13
β€’
1 Parent(s): 5a1fb3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
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. πŸŒ³πŸ€– 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(
 
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(