Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,9 @@ from st_aggrid.shared import JsCode
|
|
6 |
from download import download_button
|
7 |
from st_aggrid import GridUpdateMode, DataReturnMode
|
8 |
|
|
|
|
|
|
|
9 |
# Style
|
10 |
def _max_width_():
|
11 |
max_width_str = f"max-width: 1800px;"
|
|
|
6 |
from download import download_button
|
7 |
from st_aggrid import GridUpdateMode, DataReturnMode
|
8 |
|
9 |
+
# Wide mode since we want screen real estate for wide CSV files
|
10 |
+
st.set_page_config(layout="wide")
|
11 |
+
|
12 |
# Style
|
13 |
def _max_width_():
|
14 |
max_width_str = f"max-width: 1800px;"
|