Spaces:
Sleeping
Sleeping
Commit ·
1bab2dc
1
Parent(s): 656f8a7
Add title and description
Browse files
app.py
CHANGED
|
@@ -12,6 +12,10 @@ headers = {
|
|
| 12 |
'Content-Type': 'application/json',
|
| 13 |
}
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
def predict(message,
|
| 16 |
chatbot,
|
| 17 |
system_prompt = "",
|
|
|
|
| 12 |
'Content-Type': 'application/json',
|
| 13 |
}
|
| 14 |
|
| 15 |
+
title = "Find the password 🔒"
|
| 16 |
+
description = "In this game prototype, your goal is to discuss with the intercom to find the correct password"
|
| 17 |
+
|
| 18 |
+
|
| 19 |
def predict(message,
|
| 20 |
chatbot,
|
| 21 |
system_prompt = "",
|