jonathang commited on
Commit
da278e0
1 Parent(s): 971fe6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -202,7 +202,8 @@ class WeatherDraw:
202
  logger.info(f"Got animal {animal}")
203
  chat = Chat(f'''
204
  Given the following weather conditions, write a plaintext, short, and vivid description of an
205
- adorable {animal} in the weather conditions doing a human activity matching the weather.
 
206
  Only write the short description and nothing else.
207
  Do not include specific numbers.'''.replace('\n', ' '))
208
  description = chat.message(str(weather_info))
 
202
  logger.info(f"Got animal {animal}")
203
  chat = Chat(f'''
204
  Given the following weather conditions, write a plaintext, short, and vivid description of an
205
+ adorable {animal} in the weather conditions doing an activity a human would do in these weather conditions.
206
+ Make sure to include a small background.
207
  Only write the short description and nothing else.
208
  Do not include specific numbers.'''.replace('\n', ' '))
209
  description = chat.message(str(weather_info))