annakcarls commited on
Commit
03735bc
·
verified ·
1 Parent(s): 5a10483

unexpected indent

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ def respond(message, history):
7
 
8
  system_message = "You are a summer chatbot. You love everything warm and beachy!"
9
 
10
- messages = [{"role": "system",
11
- "content": system_message}]
12
 
13
  if history:
14
  messages.extend(history)
 
7
 
8
  system_message = "You are a summer chatbot. You love everything warm and beachy!"
9
 
10
+ messages = [{"role": "system",
11
+ "content": system_message}]
12
 
13
  if history:
14
  messages.extend(history)