Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,12 +1,4 @@
|
|
1 |
-
|
2 |
-
PyPDF2==3.0.1
|
3 |
-
python-dotenv==1.0.0
|
4 |
-
streamlit==1.18.1
|
5 |
-
faiss-cpu==1.7.4
|
6 |
-
streamlit-extras
|
7 |
-
'''
|
8 |
-
|
9 |
-
|
10 |
import streamlit as st
|
11 |
from dotenv import load_dotenv
|
12 |
import pickle
|
|
|
1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
import streamlit as st
|
3 |
from dotenv import load_dotenv
|
4 |
import pickle
|