chheplo commited on
Commit
040bf4b
·
verified ·
1 Parent(s): da0337e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -5
app.py CHANGED
@@ -153,11 +153,27 @@ with gr.Blocks(css=CSS, theme="gradio/soft") as demo:
153
  ),
154
  ],
155
  examples=[
156
- ['What is sustainable way for growing cotton in drought-prone areas?'],
157
- ["Which type of mango orchards in India require more frequent fruit thinning?"],
158
- ["How to control black pepper disease through the use of biological control agents in India?"],
159
-
160
- ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
161
  cache_examples=False,
162
  )
163
 
 
153
  ),
154
  ],
155
  examples=[
156
+ ["What are the best drought-resistant crops for farmers in Rajasthan?"],
157
+ ["How can I implement rainwater harvesting on my farm?"],
158
+ ["What are the most effective soil conservation techniques for terraced fields?"],
159
+ ["Which crop rotation practices can improve soil health in Punjab?"],
160
+ ["How can I manage pest outbreaks using sustainable methods?"],
161
+ ["What are the benefits of using biofertilizers in paddy cultivation?"],
162
+ ["How can I optimize water usage for irrigation during the dry season?"],
163
+ ["What are the recommended practices for organic farming in Karnataka?"],
164
+ ["How can I protect my crops from unpredictable monsoon patterns?"],
165
+ ["What are the best practices for integrating livestock with crop farming?"],
166
+ ["How can agroforestry enhance the resilience of my farm?"],
167
+ ["What sustainable techniques can reduce the impact of flooding on my crops?"],
168
+ ["How can I use weather forecasting to plan my planting schedule?"],
169
+ ["What are the advantages of using drip irrigation over traditional methods?"],
170
+ ["How can I improve soil fertility without relying on chemical fertilizers?"],
171
+ ["What are the key indicators of climate resilience in agriculture?"],
172
+ ["How can I access government schemes for sustainable farming practices?"],
173
+ ["What are the best methods for conserving biodiversity on my farm?"],
174
+ ["How can I reduce greenhouse gas emissions from my agricultural activities?"],
175
+ ["What technologies are available for monitoring crop health in real-time?"]
176
+ ],
177
  cache_examples=False,
178
  )
179