ThomasSimonini commited on
Commit
1bab2dc
·
1 Parent(s): 656f8a7

Add title and description

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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 = "",