Spaces:
Runtime error
Runtime error
Duy-Anh Dang
commited on
Commit
·
c410c07
1
Parent(s):
cf208d2
change whitespace
Browse files
app.py
CHANGED
@@ -216,9 +216,9 @@ chart_position = st.empty()
|
|
216 |
chart_position2 = st.empty()
|
217 |
|
218 |
with chart_position.container():
|
219 |
-
|
220 |
with chart_position2.container():
|
221 |
-
|
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()
|