Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|