chheplo commited on
Commit
268e4f5
1 Parent(s): 38f4825

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -153,10 +153,10 @@ with gr.Blocks(css=CSS, theme="Nymbo/Alyx_Theme") as demo:
153
  ),
154
  ],
155
  examples=[
156
- ["Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."],
157
- ["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."],
158
- ["Tell me a random fun fact about the Roman Empire."],
159
- ["Show me a code snippet of a website's sticky header in CSS and JavaScript."],
160
  ],
161
  cache_examples=False,
162
  )
 
153
  ),
154
  ],
155
  examples=[
156
+ ["Which type of mango orchards in India require more frequent fruit thinning?"],
157
+ ["How to control black pepper disease through the use of biological control agents in India?"],
158
+ ["What are the different methods of hybrid seed production and their suitability for small-scale farmers in India?"],
159
+ ["What are the government subsidies available for pulses farmers in Telangana?"],
160
  ],
161
  cache_examples=False,
162
  )