Pragya Jatav commited on
Commit
3620944
·
1 Parent(s): b4bf1e3
Files changed (2) hide show
  1. pages/2_Scenario_Planner.py +5 -5
  2. summary_df.pkl +1 -1
pages/2_Scenario_Planner.py CHANGED
@@ -1660,8 +1660,8 @@ if auth_status == True:
1660
  _prospect_cols = st.columns(2)
1661
  with _prospect_cols[0]:
1662
  # st.write("Actual")
1663
- st.markdown(f'<p> Actual <h5>{format_numbers(actual_channel_sales)}</h5> </p>', unsafe_allow_html=True)
1664
- st.markdown(f'<p> Change <h5>{format_numbers(sales_delta)}</h5> </p>', unsafe_allow_html=True)
1665
 
1666
  # st.metric(
1667
  # # target,
@@ -1677,7 +1677,7 @@ if auth_status == True:
1677
  # # label_visibility="collapsed",
1678
  # )
1679
  with _prospect_cols[1]:
1680
- st.markdown(f'<p> Simulated <h5>{format_numbers(current_channel_sales)}</h5> </p>', unsafe_allow_html=True)
1681
  st.markdown(f'<p>Percent<h5>{numerize(( _channel_class.delta_sales/actual_channel_sales)*100,0) +"%"}</h5> </p>', unsafe_allow_html=True)
1682
 
1683
  # st.metric(
@@ -1898,10 +1898,10 @@ if auth_status == True:
1898
  # List of 12 months
1899
  months_start = ["January", "February", "March", "April", "May", "June",
1900
  "July", "August", "September", "October", "November", "December"]
1901
- years_start = range(2022,2024)
1902
  months_end = ["January", "February", "March", "April", "May", "June",
1903
  "July", "August", "September", "October", "November", "December"]
1904
- years_end = range(2022,2024)
1905
  with col1:
1906
  from datetime import date
1907
  st.write ("Select Start Time Period")
 
1660
  _prospect_cols = st.columns(2)
1661
  with _prospect_cols[0]:
1662
  # st.write("Actual")
1663
+ st.markdown(f'<p> Actual <h5>{format_numbers_f(actual_channel_sales)}</h5> </p>', unsafe_allow_html=True)
1664
+ st.markdown(f'<p> Change <h5>{format_numbers_f(sales_delta)}</h5> </p>', unsafe_allow_html=True)
1665
 
1666
  # st.metric(
1667
  # # target,
 
1677
  # # label_visibility="collapsed",
1678
  # )
1679
  with _prospect_cols[1]:
1680
+ st.markdown(f'<p> Simulated <h5>{format_numbers_f(current_channel_sales)}</h5> </p>', unsafe_allow_html=True)
1681
  st.markdown(f'<p>Percent<h5>{numerize(( _channel_class.delta_sales/actual_channel_sales)*100,0) +"%"}</h5> </p>', unsafe_allow_html=True)
1682
 
1683
  # st.metric(
 
1898
  # List of 12 months
1899
  months_start = ["January", "February", "March", "April", "May", "June",
1900
  "July", "August", "September", "October", "November", "December"]
1901
+ years_start = range(2022,2025)
1902
  months_end = ["January", "February", "March", "April", "May", "June",
1903
  "July", "August", "September", "October", "November", "December"]
1904
+ years_end = range(2022,2025)
1905
  with col1:
1906
  from datetime import date
1907
  st.write ("Select Start Time Period")
summary_df.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2393ba5b3fa0536a78a086be8ff9c21d9feb86fc791cca0d402190980aba4014
3
  size 1822
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7c369a1c873502ccb8c5ea2caa32211c854be174030515980f0b600180698f
3
  size 1822