Spaces:
Sleeping
Sleeping
Updating the trainer UI
Browse files- trainer.py +2 -2
trainer.py
CHANGED
@@ -80,8 +80,8 @@ def train(jammer_type, channel_switching_cost):
|
|
80 |
ax.legend()
|
81 |
|
82 |
# Use Streamlit layout to create two side-by-side containers
|
83 |
-
with st.
|
84 |
-
col1, col2 = st.
|
85 |
|
86 |
with col1:
|
87 |
st.subheader("Training Graph")
|
|
|
80 |
ax.legend()
|
81 |
|
82 |
# Use Streamlit layout to create two side-by-side containers
|
83 |
+
with st.container():
|
84 |
+
col1, col2 = st.columns(2)
|
85 |
|
86 |
with col1:
|
87 |
st.subheader("Training Graph")
|