Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,8 @@ class WeatherDraw:
|
|
225 |
logger.info(f"Got animal {animal}")
|
226 |
chat = Chat(f'''
|
227 |
Given the following weather conditions, write a plaintext, short, and vivid description of an
|
228 |
-
adorable {animal} in the weather conditions doing
|
|
|
229 |
Make sure to include a small background.
|
230 |
Only write the short description and nothing else.
|
231 |
Do not include specific numbers.'''.replace('\n', ' '))
|
|
|
225 |
logger.info(f"Got animal {animal}")
|
226 |
chat = Chat(f'''
|
227 |
Given the following weather conditions, write a plaintext, short, and vivid description of an
|
228 |
+
adorable {animal} in the weather conditions doing a fun activity a human would do matching these weather conditions.
|
229 |
+
For instance, if its snowing, the activity would be snowboarding.
|
230 |
Make sure to include a small background.
|
231 |
Only write the short description and nothing else.
|
232 |
Do not include specific numbers.'''.replace('\n', ' '))
|