Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from PIL import Image
|
|
17 |
import unittest
|
18 |
from unittest.mock import patch
|
19 |
|
20 |
-
df = pd.read_csv('
|
21 |
schema_info = "\n".join([f"- `{col}` ({dtype})" for col, dtype in df.dtypes.items()])
|
22 |
|
23 |
history_df = pd.read_csv('/content/sample_requests_and_code_300plus.csv')
|
|
|
17 |
import unittest
|
18 |
from unittest.mock import patch
|
19 |
|
20 |
+
df = pd.read_csv('Global_Superstore2.csv', encoding='ISO-8859-1')
|
21 |
schema_info = "\n".join([f"- `{col}` ({dtype})" for col, dtype in df.dtypes.items()])
|
22 |
|
23 |
history_df = pd.read_csv('/content/sample_requests_and_code_300plus.csv')
|