awacke1 commited on
Commit
7fb7c23
·
verified ·
1 Parent(s): ef23c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -20,13 +20,13 @@ bugURL = 'https://huggingface.co/spaces/awacke1/AIKnowledgeTreeBuilder/'
20
  icons = '🌳✨🛠️🤓'
21
 
22
  SidebarOutline="""
23
- This AI is designed with the following:
24
- 📱 Portability - Universal access via any device & link sharing
25
- Speed of Build - Rapid deployments (< 2min to production)
26
- 🔗 Linkiness - Programmatic access to major AI knowledge sources
27
- 🎯 Abstractive - Core stays lean by isolating high-maintenance components
28
- 🧠 Memory - Shareable flows with deep-linked research paths
29
- 👤 Personalized - Rapidly adapts knowledge base to user needs
30
  """
31
 
32
  st.set_page_config(
 
20
  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(