Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,6 @@ class DataAutomationApp:
|
|
| 26 |
self.time_series_forecaster = TimeSeriesForecaster()
|
| 27 |
self.sentiment_analyzer = SentimentAnalyzer()
|
| 28 |
self.data_storyteller = DataStoryteller()
|
| 29 |
-
self.data_privacy_tool = DataPrivacyTool()
|
| 30 |
|
| 31 |
def load_data(self, file):
|
| 32 |
if file.name.endswith('.csv'):
|
|
|
|
| 26 |
self.time_series_forecaster = TimeSeriesForecaster()
|
| 27 |
self.sentiment_analyzer = SentimentAnalyzer()
|
| 28 |
self.data_storyteller = DataStoryteller()
|
|
|
|
| 29 |
|
| 30 |
def load_data(self, file):
|
| 31 |
if file.name.endswith('.csv'):
|