Skip to content

Commit

Permalink
Merge pull request #13 from jcunninghame/jcunni/mock-deploy-cleanup
Browse files Browse the repository at this point in the history
remove unused deps
  • Loading branch information
jcunninghame authored Jun 1, 2023
2 parents 129bc98 + f0ad26d commit 0e733c1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 11 deletions.
3 changes: 0 additions & 3 deletions components.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import streamlit as st
import pandas as pd
import altair as alt
import plost
import util


Expand Down
4 changes: 0 additions & 4 deletions main_page.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
import streamlit as st
import pandas as pd
import plost
import snowflake.connector as sn
from dotenv import load_dotenv
import os
import util
import components as comp

load_dotenv()

# Connect and fetch data
conn = util.connection(database="dev_lipsa")
Expand Down
5 changes: 2 additions & 3 deletions pages/02_financial_summary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import streamlit as st
import pandas as pd
import altair as alt
import plost
import util
Expand Down Expand Up @@ -446,7 +445,7 @@ def claim_type_line_chart(df, animated=True):
st.dataframe(use_case_data, use_container_width=True)

st.markdown(
"""
"""
You can also review specific test results in the following table that lists
all the checks that failed.
"""
Expand All @@ -455,7 +454,7 @@ def claim_type_line_chart(df, animated=True):
st.dataframe(test_result_data, use_container_width=True)

st.markdown(
"""
"""
Then check out the distribution of cost for the spend variables.
"""
)
Expand Down
1 change: 0 additions & 1 deletion pages/03_chronic_conditions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import streamlit as st
import pandas as pd
import altair as alt
import plost
import util
import components
Expand Down

0 comments on commit 0e733c1

Please sign in to comment.