Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|