awacke1 commited on
Commit
813a7c3
·
verified ·
1 Parent(s): 03becb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,14 +22,14 @@ import edge_tts
22
 
23
  # 🎯 1. Core Configuration & Setup
24
  st.set_page_config(
25
- page_title="🚲BikeAI🏆 Claude/GPT Research",
26
  page_icon="🚲🏆",
27
  layout="wide",
28
  initial_sidebar_state="auto",
29
  menu_items={
30
  'Get Help': 'https://huggingface.co/awacke1',
31
  'Report a bug': 'https://huggingface.co/spaces/awacke1',
32
- 'About': "🚲BikeAI🏆 Claude/GPT Research AI"
33
  }
34
  )
35
  load_dotenv()
 
22
 
23
  # 🎯 1. Core Configuration & Setup
24
  st.set_page_config(
25
+ page_title="🚲TalkingAIResearcher🏆",
26
  page_icon="🚲🏆",
27
  layout="wide",
28
  initial_sidebar_state="auto",
29
  menu_items={
30
  'Get Help': 'https://huggingface.co/awacke1',
31
  'Report a bug': 'https://huggingface.co/spaces/awacke1',
32
+ 'About': "🚲TalkingAIResearcher🏆"
33
  }
34
  )
35
  load_dotenv()