decodingdatascience commited on
Commit
00bebe2
·
verified ·
1 Parent(s): 77c2f68

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -30,7 +30,7 @@ SYSTEM_GUARDRAILS = (
30
  "Then ask the user to add the missing official details to challenge_context.txt."
31
  )
32
 
33
- APP_TITLE = "Challenge Copilot RAG Q&A Bot"
34
  APP_SUBTITLE = (
35
  "Ask questions about the Building AI Application Challenge using the official content you put into "
36
  "challenge_context.txt (LlamaIndex + OpenAI)."
 
30
  "Then ask the user to add the missing official details to challenge_context.txt."
31
  )
32
 
33
+ APP_TITLE = "Building AI Application Challenge Copilot"
34
  APP_SUBTITLE = (
35
  "Ask questions about the Building AI Application Challenge using the official content you put into "
36
  "challenge_context.txt (LlamaIndex + OpenAI)."