hunyuan-t commited on
Commit
8e5d4b9
·
verified ·
1 Parent(s): 801c264

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -56,10 +56,11 @@ def respond(
56
  raise gr.Error(f"发生错误: {str(e)}")
57
 
58
  example_prompts = [
59
- ["How to cook Kung Pao chicken the tastiest?"],
60
- ["Help me create an email expressing my greetings to an old friend."],
61
- ["写一篇关于青春的五言绝句"],
62
- ["醋酸乙酯能与水混合吗"]
 
63
  ]
64
  latex_delimiters = [
65
  {"left": "$$", "right": "$$", "display": True},
 
56
  raise gr.Error(f"发生错误: {str(e)}")
57
 
58
  example_prompts = [
59
+ ["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."],
60
+ ["Compose an engaging travel blog post about a recent trip to Hawaii, highlighting cultural experiences and must-see attractions."],
61
+ ["Why has online learning been able to spread rapidly in recent years?"],
62
+ ["How many 'e' in Deeplearning?"],
63
+ ["Write a 3-line poem"]
64
  ]
65
  latex_delimiters = [
66
  {"left": "$$", "right": "$$", "display": True},