Update app3.py
Browse files
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 = "
|
| 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)."
|