Spaces:
Runtime error
Runtime error
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -2,7 +2,7 @@ import streamlit as st
|
|
| 2 |
import pandas as pd
|
| 3 |
import plotly.express as px
|
| 4 |
|
| 5 |
-
st.set_page_config(layout="
|
| 6 |
|
| 7 |
st.title("TwinTrack")
|
| 8 |
st.subheader("Observed vs Simulated Interaction Dynamics")
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import plotly.express as px
|
| 4 |
|
| 5 |
+
st.set_page_config(layout="wide")
|
| 6 |
|
| 7 |
st.title("TwinTrack")
|
| 8 |
st.subheader("Observed vs Simulated Interaction Dynamics")
|