Update app.py
Browse files
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.
|
| 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:**")
|