Etash Guha
commited on
Commit
•
8d320a4
1
Parent(s):
14324aa
some small changes
Browse files
app.py
CHANGED
@@ -40,9 +40,9 @@ tree_depth = parameters_section.number_input("Tree Depth", min_value=1, max_valu
|
|
40 |
iterations = parameters_section.number_input("Iterations", min_value=1, max_value=4, value=2)
|
41 |
sidebar.markdown('<hr style="margin-top: 0.5rem; margin-bottom: 0.5rem;">', unsafe_allow_html=True)
|
42 |
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
|
47 |
runtime_messages = []
|
48 |
|
|
|
40 |
iterations = parameters_section.number_input("Iterations", min_value=1, max_value=4, value=2)
|
41 |
sidebar.markdown('<hr style="margin-top: 0.5rem; margin-bottom: 0.5rem;">', unsafe_allow_html=True)
|
42 |
|
43 |
+
with sidebar:
|
44 |
+
runtime_container = st.container()
|
45 |
+
runtime_container.empty()
|
46 |
|
47 |
runtime_messages = []
|
48 |
|