aixsatoshi commited on
Commit
0e40292
1 Parent(s): 350460b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -145,10 +145,10 @@ with gr.Blocks(css=CSS) as demo:
145
  ),
146
  ],
147
  examples=[
148
- ["Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."],
149
- ["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."],
150
- ["Tell me a random fun fact about the Roman Empire."],
151
- ["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
152
  ],
153
  cache_examples=False,
154
  )
 
145
  ),
146
  ],
147
  examples=[
148
+ ["語彙の勉強を助けてください: 空欄を埋める問題のための例文を作成してください, またそのための選択肢も生成してください"],
149
+ ["子供の夏休みの自由研究のための、5つのアイデアと、その手法を簡潔に教えてください。"],
150
+ ["パズルゲームのスクリプト作成のためにアドバイスお願いします"],
151
+ ["マークダウン記法にて、ブロック崩しのゲーム作成の教科書作成してください"],
152
  ],
153
  cache_examples=False,
154
  )