Daemontatox commited on
Commit
a777552
·
verified ·
1 Parent(s): 801148e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -5
app.py CHANGED
@@ -159,11 +159,17 @@ with gr.Blocks(css=CSS, theme="soft") as demo:
159
  ),
160
  ],
161
  examples=[
162
- ["Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."],
163
- ["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."],
164
- ["Tell me a random fun fact about the Roman Empire."],
165
- ["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
166
- ],
 
 
 
 
 
 
167
  cache_examples=False,
168
  )
169
 
 
159
  ),
160
  ],
161
  examples=[
162
+ ["Translate 'artificial intelligence' to Arabic."],
163
+ ["How do you say 'photosynthesis' in Arabic?"],
164
+ ["Translate 'main causes of climate change' into Arabic."],
165
+ ["What is the Arabic translation for 'protein synthesis'?"],
166
+ ["Translate 'key features of a democratic government' to Arabic."],
167
+ ["How do you translate 'theory of relativity' into Arabic?"],
168
+ ["What is the Arabic equivalent of 'vaccines prevent diseases'?"],
169
+ ["Translate 'major events of World War II' to Arabic."],
170
+ ["How do you say 'structure of a human cell' in Arabic?"],
171
+ ["Translate 'role of DNA in genetics' into Arabic."]
172
+ ],
173
  cache_examples=False,
174
  )
175