YashB1 commited on
Commit
c27b83c
·
verified ·
1 Parent(s): 9928461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ india.loc[india['ST_NM'].isin(['Ladakh', 'Jammu & Kashmir']), 'ST_NM'] = 'Jammu
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'`
247
  * If result is a plot, rotate x-axis tick labels by 45 degrees,
248
  * If result is not a plot, save it as a string in `answer`. Example: `answer='The city is Mumbai'`
249
  * I have a geopandas.geodataframe india containining the coordinates required to plot Indian Map with states.
 
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,
248
  * If result is not a plot, save it as a string in `answer`. Example: `answer='The city is Mumbai'`
249
  * I have a geopandas.geodataframe india containining the coordinates required to plot Indian Map with states.