Update app.py
Browse files
app.py
CHANGED
|
@@ -180,6 +180,7 @@ with st.container():
|
|
| 180 |
update_mode=GridUpdateMode.SELECTION_CHANGED,
|
| 181 |
height=300,
|
| 182 |
allow_unsafe_jscode=True,
|
|
|
|
| 183 |
)
|
| 184 |
|
| 185 |
# Get the selected row index
|
|
|
|
| 180 |
update_mode=GridUpdateMode.SELECTION_CHANGED,
|
| 181 |
height=300,
|
| 182 |
allow_unsafe_jscode=True,
|
| 183 |
+
width="100%",
|
| 184 |
)
|
| 185 |
|
| 186 |
# Get the selected row index
|