hunyuan-t commited on
Commit
feec3e5
·
verified ·
1 Parent(s): 3da25bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -67,10 +67,10 @@ def respond(
67
 
68
  example_prompts = [
69
  ["Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern."],
70
- ["How many 'e' in Deeplearning?"],
71
- ["Write a 3-line poem"],
72
  ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
73
- ["Why has online learning been able to spread rapidly in recent years?"]
 
 
74
  ]
75
  latex_delimiters = [
76
  {"left": "$$", "right": "$$", "display": True},
 
67
 
68
  example_prompts = [
69
  ["Write a short papragraph where the 1st letter of each sentence spells out the word 'CODE'. The message should appear natural and not obviously hide this pattern."],
 
 
70
  ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
71
+ ["Why has online learning been able to spread rapidly in recent years?"],
72
+ ["How many 'e' in Deeplearning?"],
73
+ ["Write a 3-line poem"]
74
  ]
75
  latex_delimiters = [
76
  {"left": "$$", "right": "$$", "display": True},