Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ import uuid
|
|
241 |
* Unless explicitly mentioned, don't consider the result as a plot.
|
242 |
* PM2.5 guidelines: India: 60, WHO: 15.
|
243 |
* PM10 guidelines: India: 100, WHO: 50.
|
244 |
-
* If query
|
245 |
* If result is a plot, show the India and WHO guidelines in the plot.
|
246 |
* If result is a plot make it in tight layout, save it and save path in `answer`. Example: `answer='plot.png'`. Use uuid to save the plot.
|
247 |
* If result is a plot, rotate x-axis tick labels by 45 degrees,
|
|
|
241 |
* Unless explicitly mentioned, don't consider the result as a plot.
|
242 |
* PM2.5 guidelines: India: 60, WHO: 15.
|
243 |
* PM10 guidelines: India: 100, WHO: 50.
|
244 |
+
* If query asks to plot calendarmap, use library calmap.
|
245 |
* If result is a plot, show the India and WHO guidelines in the plot.
|
246 |
* If result is a plot make it in tight layout, save it and save path in `answer`. Example: `answer='plot.png'`. Use uuid to save the plot.
|
247 |
* If result is a plot, rotate x-axis tick labels by 45 degrees,
|