Skip to content

Commit

Permalink
hotfix/ Dashboards random issue with theme not loading (#5082)
Browse files Browse the repository at this point in the history
* fix: random issue with theme not loading

* set dark
  • Loading branch information
tehcoderer authored May 31, 2023
1 parent d1f7342 commit 646819c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openbb_terminal/dashboards/streamlit_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import streamlit.web.bootstrap

from openbb_terminal.core.config.paths import REPOSITORY_DIRECTORY
from openbb_terminal.core.plots.plotly_helper import theme

theme.apply_style("dark")


def main():
Expand Down

0 comments on commit 646819c

Please sign in to comment.