awacke1 commited on
Commit
3df30ee
β€’
1 Parent(s): 7fb7c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -21,12 +21,13 @@ icons = 'πŸŒ³βœ¨πŸ› οΈπŸ€“'
21
 
22
  SidebarOutline="""
23
  ####πŸŒ³πŸ€– AIKnowledgeTreeBuilder is designed with the following:
24
- 1.πŸ“± Portability - Universal access via any device & link sharing
25
- 2.⚑ Speed of Build - Rapid deployments (< 2min to production)
26
- 3.πŸ”— Linkiness - Programmatic access to major AI knowledge sources
27
- 4.🎯 Abstractive - Core stays lean by isolating high-maintenance components
28
- 5.🧠 Memory - Shareable flows with deep-linked research paths
29
- 6.πŸ‘€ Personalized - Rapidly adapts knowledge base to user needs
 
30
  """
31
 
32
  st.set_page_config(
 
21
 
22
  SidebarOutline="""
23
  ####πŸŒ³πŸ€– AIKnowledgeTreeBuilder is designed with the following:
24
+ 1.πŸ“± **Portability** - Universal access via any device & link sharing
25
+ 2.⚑ **Speed of Build** - Rapid deployments (< 2min to production)
26
+ 3.πŸ”— **Linkiness** - Programmatic access to major AI knowledge sources
27
+ 4.🎯 **Abstractive** - Core stays lean by isolating high-maintenance components
28
+ 5.🧠 **Memory** - Shareable flows with deep-linked research paths
29
+ 6.πŸ‘€ **Personalized** - Rapidly adapts knowledge base to user needs
30
+ 7.🐦 **Living Brevity** - Easily cloneable, self modifies with data and public to shares results.
31
  """
32
 
33
  st.set_page_config(