Updated bubble visualization title (#49)
Browse files- Updated bubble visualization title (7c90adad3c8c8763f94eaaa4dcf081c6dce0b687)
Co-authored-by: Warren Borders <wborders@users.noreply.huggingface.co>
plots.py
CHANGED
@@ -215,6 +215,6 @@ def buble_interactive(stock_df,choices):
|
|
215 |
log_x=True,
|
216 |
size_max=60,
|
217 |
)
|
218 |
-
fig.update_layout(title="Beta
|
219 |
# -- Input the Plotly chart to the Streamlit interface
|
220 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
215 |
log_x=True,
|
216 |
size_max=60,
|
217 |
)
|
218 |
+
fig.update_layout(title= benchmark +"Benchmark - Beta of Stock Ticker to Quantity")
|
219 |
# -- Input the Plotly chart to the Streamlit interface
|
220 |
st.plotly_chart(fig, use_container_width=True)
|