ssfakude commited on
Commit
c538f54
1 Parent(s): 06cdae5
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -108,7 +108,7 @@ elif authentication_status:
108
 
109
  #time.sleep(4)
110
  def main():
111
- st.title("1 Nav + Zoho Integration Test")
112
  st.subheader("The file should contain this 3 sheets:")
113
  data_file = st.file_uploader("[Open Released, Posted Invoices ,SRT]",type=['xlsx'])
114
  # lottie_nodata=load_lottieurl("https://assets6.lottiefiles.com/packages/lf20_5awivhzm.json")
@@ -328,6 +328,7 @@ elif authentication_status:
328
 
329
  print("-----------------------SRT-------------------")
330
  len_df_Return =len(df_Return.index)
 
331
  for i, j in df_Return.iterrows():
332
  so_number = j[0]
333
  if len_df_Return - i == 1:
 
108
 
109
  #time.sleep(4)
110
  def main():
111
+ st.title("1 Nav + Zoho Integration")
112
  st.subheader("The file should contain this 3 sheets:")
113
  data_file = st.file_uploader("[Open Released, Posted Invoices ,SRT]",type=['xlsx'])
114
  # lottie_nodata=load_lottieurl("https://assets6.lottiefiles.com/packages/lf20_5awivhzm.json")
 
328
 
329
  print("-----------------------SRT-------------------")
330
  len_df_Return =len(df_Return.index)
331
+ latest_iteration = st.empty()
332
  for i, j in df_Return.iterrows():
333
  so_number = j[0]
334
  if len_df_Return - i == 1: