awacke1 commited on
Commit
c99eebf
·
1 Parent(s): 5a3a6a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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;"