dar-tau commited on
Commit
bf7c081
1 Parent(s): 753fef9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -46,8 +46,9 @@ model_info = {
46
  }
47
 
48
 
49
- suggested_interpretation_prompts = ["Before responding, let me repeat the message you wrote:",
50
- "Let me repeat the message:", "Sure, I'll summarize your message:"]
 
51
 
52
 
53
  ## functions
 
46
  }
47
 
48
 
49
+ suggested_interpretation_prompts = ["Sure, I'll summarize your message:",
50
+ "Before responding, let me repeat the message you wrote:",
51
+ "Let me repeat the message:"]
52
 
53
 
54
  ## functions