Duy-Anh Dang commited on
Commit
c410c07
·
1 Parent(s): cf208d2

change whitespace

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,9 +216,9 @@ chart_position = st.empty()
216
  chart_position2 = st.empty()
217
 
218
  with chart_position.container():
219
- None
220
  with chart_position2.container():
221
- None
222
  if st.button('Generate Predictions'):
223
 
224
  start_time = time.time()
 
216
  chart_position2 = st.empty()
217
 
218
  with chart_position.container():
219
+ WHITE_SPACE(10)
220
  with chart_position2.container():
221
+ WHITE_SPACE(10)
222
  if st.button('Generate Predictions'):
223
 
224
  start_time = time.time()