Vish2005 commited on
Commit
ba223c1
·
1 Parent(s): 59d1291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,9 +27,9 @@ For the code to function, you need to load the four datasets (driver_data, cust_
27
  Our main method first asks the user for their openai key. Then we have some test cases that may contain noun spelling issues, name spelling issues, etc.
28
  """
29
 
30
- pip install openai
31
 
32
- pip install gradio
33
 
34
  #imports
35
  import pandas as pd
 
27
  Our main method first asks the user for their openai key. Then we have some test cases that may contain noun spelling issues, name spelling issues, etc.
28
  """
29
 
30
+ !pip install openai
31
 
32
+ !pip install gradio
33
 
34
  #imports
35
  import pandas as pd