Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,4 +137,4 @@ for coin, price_data in crypto_prices.items():
|
|
| 137 |
ax.set_xlabel("Date")
|
| 138 |
ax.set_ylabel("Prix (USD)")
|
| 139 |
ax.legend()
|
| 140 |
-
st.pyplot(fig)
|
|
|
|
| 137 |
ax.set_xlabel("Date")
|
| 138 |
ax.set_ylabel("Prix (USD)")
|
| 139 |
ax.legend()
|
| 140 |
+
st.pyplot(fig)
|