QuantumLearner commited on
Commit
009aba0
·
verified ·
1 Parent(s): e809270

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -250,8 +250,8 @@ if page == "Price Targets by Ticker":
250
 
251
  fig.update_layout(
252
  template='plotly_dark',
253
- paper_bgcolor='black',
254
- plot_bgcolor='black',
255
  font=dict(color='white'),
256
  title=dict(text=f"{symbol} Price History & 12-Month Targets", font=dict(color='white')),
257
  legend=dict(
@@ -369,8 +369,8 @@ if page == "Price Targets by Ticker":
369
 
370
  fig.update_layout(
371
  template='plotly_dark',
372
- paper_bgcolor='black',
373
- plot_bgcolor='black',
374
  font=dict(color='white'),
375
  title=dict(text=f"{ticker}: Posted Price, Price Targets & Daily Median", font=dict(color='white')),
376
  legend=dict(
@@ -462,8 +462,8 @@ elif page == "Price Target Live Feed":
462
  unique_symbols = grouped['symbol'].nunique()
463
  fig.update_layout(
464
  template='plotly_dark',
465
- paper_bgcolor='black',
466
- plot_bgcolor='black',
467
  font=dict(color='white'),
468
  title=dict(text='Daily Median Analyst % Change by Symbol', font=dict(color='white')),
469
  xaxis=dict(
 
250
 
251
  fig.update_layout(
252
  template='plotly_dark',
253
+ paper_bgcolor='#0e1117',
254
+ plot_bgcolor='#0e1117',
255
  font=dict(color='white'),
256
  title=dict(text=f"{symbol} Price History & 12-Month Targets", font=dict(color='white')),
257
  legend=dict(
 
369
 
370
  fig.update_layout(
371
  template='plotly_dark',
372
+ paper_bgcolor='#0e1117',
373
+ plot_bgcolor='#0e1117',
374
  font=dict(color='white'),
375
  title=dict(text=f"{ticker}: Posted Price, Price Targets & Daily Median", font=dict(color='white')),
376
  legend=dict(
 
462
  unique_symbols = grouped['symbol'].nunique()
463
  fig.update_layout(
464
  template='plotly_dark',
465
+ paper_bgcolor='#0e1117',
466
+ plot_bgcolor='#0e1117',
467
  font=dict(color='white'),
468
  title=dict(text='Daily Median Analyst % Change by Symbol', font=dict(color='white')),
469
  xaxis=dict(