Cipher29 commited on
Commit
610350a
·
verified ·
1 Parent(s): ed92fc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import matplotlib.pyplot as plt
6
  import os
7
  import openai
8
  from sklearn.preprocessing import LabelEncoder
9
- import requests # Add this at the top with other imports
10
  from io import BytesIO
11
  import gdown
12
 
 
6
  import os
7
  import openai
8
  from sklearn.preprocessing import LabelEncoder
9
+ import requests
10
  from io import BytesIO
11
  import gdown
12