awacke1 commited on
Commit
ca4aa68
1 Parent(s): d1b1e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ hide_streamlit_style = """
10
  """
11
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
12
 
13
- col1, col2 = st.beta_columns(2)
14
 
15
  with col1:
16
  st.markdown("## **Autonomous agents interacting** :robot_face: :robot_face:**")
 
10
  """
11
  st.markdown(hide_streamlit_style, unsafe_allow_html=True)
12
 
13
+ col1, col2 = st.columns(2)
14
 
15
  with col1:
16
  st.markdown("## **Autonomous agents interacting** :robot_face: :robot_face:**")