ajanco commited on
Commit
bbe5a33
1 Parent(s): 546e172

remove checkbox

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -21,11 +21,7 @@ def filter_dataframe(df: pd.DataFrame) -> pd.DataFrame:
21
  Returns:
22
  pd.DataFrame: Filtered dataframe
23
  """
24
- modify = st.checkbox("Add filters")
25
-
26
- if not modify:
27
- return df
28
-
29
  df = df.copy()
30
 
31
  # Try to convert datetimes into a standard format (datetime, no timezone)
 
21
  Returns:
22
  pd.DataFrame: Filtered dataframe
23
  """
24
+
 
 
 
 
25
  df = df.copy()
26
 
27
  # Try to convert datetimes into a standard format (datetime, no timezone)