jeeva780 commited on
Commit
2d297fd
·
verified ·
1 Parent(s): 9d6d1d1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -1
main.py CHANGED
@@ -18,6 +18,8 @@ day2 = day2_local.strftime('%d-%m-%Y')
18
 
19
  placeholder = st.empty()
20
  placeholder1 = st.empty()
 
 
21
 
22
  csv_file_path = 'data.csv'
23
  overall_data = 'overall_data.csv'
@@ -193,5 +195,6 @@ if __name__ == "__main__":
193
  clear_csv_data_without_header(overall_data)
194
  sleep(120)
195
  else:
196
- st.write('Wait for Trading Time...!!')
 
197
  sleep(60)
 
18
 
19
  placeholder = st.empty()
20
  placeholder1 = st.empty()
21
+ placeholder2 = st.empty()
22
+
23
 
24
  csv_file_path = 'data.csv'
25
  overall_data = 'overall_data.csv'
 
195
  clear_csv_data_without_header(overall_data)
196
  sleep(120)
197
  else:
198
+ with placeholder2.container():
199
+ st.write('Wait for Trading Time...!!')
200
  sleep(60)