Skip to content

Commit 4cf1b38

Browse files
committed
plot feature updated
1 parent 119453d commit 4cf1b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def CryptoForecast(SelectCrypto):
136136
labels={"Date": "Date", "Close": "Closing Price"},
137137
template="plotly_dark",
138138
#height = 500,
139-
).update_traces(name = "Price in USD", mode="lines+markers", marker=dict(color="green", opacity=0.4))
139+
).update_traces(mode="lines+markers", marker=dict(color="green", opacity=0.4))
140140

141141
fig_forecast.add_trace(
142142
go.Scatter(

0 commit comments

Comments
 (0)