Update app.py
Browse files
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
|