YashB1 commited on
Commit
925b584
·
verified ·
1 Parent(s): 5c66d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 specifically 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,
 
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,