awacke1 commited on
Commit
d28168d
β€’
1 Parent(s): 0210386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -32,10 +32,10 @@ from urllib.parse import quote # Ensure this import is included
32
 
33
  # 1. Configuration
34
  Site_Name = 'Scholarly-Article-Document-Search-With-Memory'
35
- title="πŸš€πŸŒŒArXiv Article Document Search Memory"
36
  helpURL='https://huggingface.co/awacke1'
37
  bugURL='https://huggingface.co/spaces/awacke1'
38
- icons='πŸ”πŸš€πŸŒŒπŸ“–'
39
 
40
  st.set_page_config(
41
  page_title=title,
@@ -724,19 +724,19 @@ def FileSidebar():
724
 
725
  # Randomly select a title
726
  titles = [
727
- "🎺🎷 The Sounds 🎹πŸ₯ of the Big Easy πŸŽ­πŸŽ‰",
728
- "🎼🎸 NOLA's Iconic 🎀πŸͺ• Musical πŸ”Š Heritage 🏰",
729
- "🎺πŸͺ˜ Crescent City πŸŒ™ Rhythms & Grooves πŸŽΉπŸ’ƒ",
730
- "🎷🎸 Mardi Gras 🎭 Melodies",
731
- "🎼🎺 Straight Outta Nawlins ⚜️",
732
- "πŸ₯πŸŽ» Jazzy 🎷 Jambalaya πŸ› of New Orleans",
733
- "🏰 Musical 🎹 Soul πŸ™Œ",
734
- "πŸ₯πŸŽ» The Music Of New Orleans MoE πŸŽ­πŸŽ‰"
735
  ]
 
736
  selected_title = random.choice(titles)
737
  st.markdown(f"**{selected_title}**")
738
 
739
-
740
  FileSidebar()
741
 
742
 
 
32
 
33
  # 1. Configuration
34
  Site_Name = 'Scholarly-Article-Document-Search-With-Memory'
35
+ title="πŸ”¬πŸ§ ScienceBrain.AI"
36
  helpURL='https://huggingface.co/awacke1'
37
  bugURL='https://huggingface.co/spaces/awacke1'
38
+ icons='πŸ”¬πŸ§ '
39
 
40
  st.set_page_config(
41
  page_title=title,
 
724
 
725
  # Randomly select a title
726
  titles = [
727
+ "🧠🎭 Semantic Symphonies 🎹🎸 & Episodic Encores πŸ₯πŸŽ»",
728
+ "🌌🎼 AI Rhythms 🎺🎷 of Memory Lane 🏰",
729
+ "πŸŽ­πŸŽ‰ Cognitive Crescendos πŸŽΉπŸ’ƒ & Neural Harmonies 🎸🎀",
730
+ "🧠🎺 Mnemonic Melodies 🎷 & Synaptic Grooves πŸ₯",
731
+ "🎼🎸 Straight Outta Cognition βš™οΈ",
732
+ "πŸ₯πŸŽ» Jazzy 🎷 Jambalaya πŸ› of AI Memories",
733
+ "🏰 Semantic 🧠 Soul πŸ™Œ & Episodic πŸ“œ Essence",
734
+ "πŸ₯πŸŽ» The Music Of AI's Mind πŸ§ πŸŽ­πŸŽ‰"
735
  ]
736
+
737
  selected_title = random.choice(titles)
738
  st.markdown(f"**{selected_title}**")
739
 
 
740
  FileSidebar()
741
 
742