Lirsen Myrtaj wborders commited on
Commit
66efa33
1 Parent(s): 2d4ce4f

Updated bubble visualization title (#49)

Browse files

- Updated bubble visualization title (7c90adad3c8c8763f94eaaa4dcf081c6dce0b687)


Co-authored-by: Warren Borders <wborders@users.noreply.huggingface.co>

Files changed (1) hide show
  1. plots.py +1 -1
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 ----write something")
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)