Pranav0111 Vinaycse1 commited on
Commit
f547662
·
verified ·
1 Parent(s): ac04228

Update app.py (#7)

Browse files

- Update app.py (f518befc6bd308ffed4899cb8c6ba1f60c09d813)


Co-authored-by: VINAY V <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ class DataProcessor:
14
  self.data = None
15
  self.numeric_columns = []
16
  self.categorical_columns = []
 
17
  self.date_columns = []
18
 
19
  def load_data(self, file) -> bool:
 
14
  self.data = None
15
  self.numeric_columns = []
16
  self.categorical_columns = []
17
+
18
  self.date_columns = []
19
 
20
  def load_data(self, file) -> bool: