Rushi2903 commited on
Commit
23ad3f4
1 Parent(s): 8ebb649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # import streamlit as st
2
  # import pickle
3
-
4
 
5
  # file_path = 'concat_list.pkl'
6
 
@@ -20,7 +20,7 @@ import streamlit as st
20
  import os
21
  import nltk
22
  from nltk.tokenize import sent_tokenize
23
- import openai
24
  import pickle
25
  nltk.download('punkt')
26
 
 
1
  # import streamlit as st
2
  # import pickle
3
+ import openai
4
 
5
  # file_path = 'concat_list.pkl'
6
 
 
20
  import os
21
  import nltk
22
  from nltk.tokenize import sent_tokenize
23
+
24
  import pickle
25
  nltk.download('punkt')
26