Vish2005 commited on
Commit
79bd348
·
1 Parent(s): 236eade

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -29,6 +29,8 @@ 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
  driver = pd.read_csv('driver_data.csv')
33
  customer = pd.read_csv('customer_data.csv')
34
  order = pd.read_csv('order_data.csv')
 
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')