seemapatil commited on
Commit
bf65949
·
1 Parent(s): 1f75f58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -6,11 +6,6 @@ import csv
6
  with open('requirements.txt', 'r') as req_file:
7
  requirements = req_file.read().splitlines()
8
 
9
- # Install the required libraries
10
- for requirement in requirements:
11
- # Use your preferred method to install the libraries
12
- # e.g., subprocess, pip, etc.
13
-
14
  # Load and preprocess the IMDB dataset from CSV
15
  preprocessed_data = []
16
  with open('IMDB Dataset.csv', 'r') as csv_file:
 
6
  with open('requirements.txt', 'r') as req_file:
7
  requirements = req_file.read().splitlines()
8
 
 
 
 
 
 
9
  # Load and preprocess the IMDB dataset from CSV
10
  preprocessed_data = []
11
  with open('IMDB Dataset.csv', 'r') as csv_file: