asataura commited on
Commit
2b93f0a
·
1 Parent(s): 58a0e00

Updating the trainer UI

Browse files
Files changed (1) hide show
  1. 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.beta_container():
84
- col1, col2 = st.beta_columns(2)
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")