ldhldh commited on
Commit
fdc5945
·
1 Parent(s): 3125082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ class GenerateChart:
182
 
183
  fig = plt.gcf()
184
  img = fig2img(fig)
185
- st.image(image, caption='Bubble chart of gpu pool of each Users')
186
 
187
  def fig2img(fig):
188
  """Convert a Matplotlib figure to a PIL Image and return it"""
 
182
 
183
  fig = plt.gcf()
184
  img = fig2img(fig)
185
+ st.image(img, caption='Bubble chart of gpu pool of each Users')
186
 
187
  def fig2img(fig):
188
  """Convert a Matplotlib figure to a PIL Image and return it"""