jkushwaha commited on
Commit
1bd7f9e
·
verified ·
1 Parent(s): b26ea10

Update onhold.py

Browse files
Files changed (1) hide show
  1. onhold.py +2 -2
onhold.py CHANGED
@@ -1,9 +1,9 @@
1
  def onhold():
2
- inbound_df_path = 'inbound_issues_tempus_2_q2_new.csv'
3
- pif_list, image_path, auto_csv_path = path_setting(inbound_df_path)
4
  st.write("### Inpute Paths")
5
  PhaseData_path = st.text_input("Enter PhaseData Path:")
6
  Inbound_CSV_path = st.text_input("Enter Inbound_CSV Path:")
 
 
7
  # st.set_page_config(layout="wide") # Set layout to wide
8
 
9
  # Slider to adjust the width of the columns
 
1
  def onhold():
 
 
2
  st.write("### Inpute Paths")
3
  PhaseData_path = st.text_input("Enter PhaseData Path:")
4
  Inbound_CSV_path = st.text_input("Enter Inbound_CSV Path:")
5
+ inbound_df_path = 'inbound_issues_tempus_2_q2_new.csv'
6
+ pif_list, image_path, auto_csv_path = path_setting(PhaseData_path, Inbound_CSV_path)
7
  # st.set_page_config(layout="wide") # Set layout to wide
8
 
9
  # Slider to adjust the width of the columns