Skip to content

Commit

Permalink
feat(debug_dashboard): add 'rich' error traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas committed Oct 17, 2023
1 parent 9b7525b commit 240e2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev_utils/debug_dashboard/app.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
from __future__ import annotations

import rich.traceback
import streamlit as st
import streamlit_pills as stp

from dev_utils.debug_dashboard.config import get_config # type: ignore # noqa: PGH003
from dev_utils.debug_dashboard.streamlit_utils import DemoOption, st_hide_page_element

rich.traceback.install()
# Setup page
st.set_page_config(
page_title="sec-ai: Advanced AI for SEC EDGAR Filings",
Expand Down

0 comments on commit 240e2e7

Please sign in to comment.