sxd3125 commited on
Commit
037b934
1 Parent(s): 797592e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -30,5 +30,4 @@ w = response.properties()
30
  print("Display all Properties\n")
31
  for i in w:
32
  print(i, ":", w[i])
33
- print(response._label)
34
- plt.savefig('text.png', response)
 
30
  print("Display all Properties\n")
31
  for i in w:
32
  print(i, ":", w[i])
33
+ plt.savefig('text.png', response.figure)