ldhldh commited on
Commit
42f4878
·
1 Parent(s): eae7893

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -265,6 +265,7 @@ class GenerateChart:
265
 
266
  fig = plt.gcf()
267
  img = fig2img(fig)
 
268
  st.image(img, caption='Bubble chart of gpu pool of each Users')
269
 
270
  def fig2img(fig):
 
265
 
266
  fig = plt.gcf()
267
  img = fig2img(fig)
268
+ st.title('Current GPU contributors')
269
  st.image(img, caption='Bubble chart of gpu pool of each Users')
270
 
271
  def fig2img(fig):