paolosandejas-stratpoint commited on
Commit
ff96769
·
verified ·
1 Parent(s): 7fd624f

Clean initial app.py file

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -217,8 +217,11 @@ def main():
217
  of your research and our assistant will return a review of
218
  related literature
219
 
220
- ex. Finding optimal site locations for solar farms"""
221
- ).launch(debug=True)
 
 
 
222
 
223
 
224
  if __name__ == '__main__':
 
217
  of your research and our assistant will return a review of
218
  related literature
219
 
220
+ ex. Finding optimal site locations for solar farms""",
221
+ examples=['Finding optimal site locations for solar farms',
222
+ 'Wildfire prediction',
223
+ 'Fish yield prediction']
224
+ ).launch()
225
 
226
 
227
  if __name__ == '__main__':