Vish2005 commited on
Commit
75b86e4
·
1 Parent(s): 79bd348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -29,8 +29,6 @@ Our main method first asks the user for their openai key. Then we have some test
29
 
30
  """### **Attention**: Upload all four datasets into your MyDrive directory in google drive"""
31
 
32
- pip install -r requirements.txt
33
-
34
  driver = pd.read_csv('driver_data.csv')
35
  customer = pd.read_csv('customer_data.csv')
36
  order = pd.read_csv('order_data.csv')
 
29
 
30
  """### **Attention**: Upload all four datasets into your MyDrive directory in google drive"""
31
 
 
 
32
  driver = pd.read_csv('driver_data.csv')
33
  customer = pd.read_csv('customer_data.csv')
34
  order = pd.read_csv('order_data.csv')