aixsatoshi commited on
Commit
0e1ad08
1 Parent(s): d29f354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -139,10 +139,10 @@ with gr.Blocks(css=CSS) as demo:
139
  ),
140
  ],
141
  examples=[
142
- ["Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."],
143
- ["What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."],
144
- ["Tell me a random fun fact about the Roman Empire."],
145
- ["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
146
  ],
147
  cache_examples=False,
148
  )
 
139
  ),
140
  ],
141
  examples=[
142
+ ["語彙の勉強を助けてください: 空欄を埋める問題のための例文を作成してください, またそのための選択肢も生成してください"],
143
+ ["子供の夏休みの自由研究のための、5つのアイデアと、その手法を簡潔に教えてください。"],
144
+ ["パズルゲームのスクリプト作成のためにアドバイスお願いします"],
145
+ ["マークダウン記法にて、ブロック崩しのゲーム作成の教科書作成してください"],
146
  ],
147
  cache_examples=False,
148
  )