Tonic commited on
Commit
593303f
·
1 Parent(s): 9ff18e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -19,9 +19,9 @@ OpenAI doesnt let you use Agents without paying for it, so I made you an interfa
19
  Big thanks to 🤗Huggingface Organisation for the🫂Community Grant"""
20
 
21
  examples = [
22
- ["My Eucalyptus tree is struggling outside in the cold weather in Europe"True, None],
23
- ["My calathea house plant is yellowing."True, None],
24
- ["We have a cactus at work that suddenly started yellowing and wilting."True, None]
25
  ]
26
 
27
  load_dotenv()
 
19
  Big thanks to 🤗Huggingface Organisation for the🫂Community Grant"""
20
 
21
  examples = [
22
+ ["My Eucalyptus tree is struggling outside in the cold weather in Europe",True, None],
23
+ ["My calathea house plant is yellowing.",True, None],
24
+ ["We have a cactus at work that suddenly started yellowing and wilting.",True, None]
25
  ]
26
 
27
  load_dotenv()