Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hyonee
/
langchain
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hyonee
commited on
Nov 20, 2023
Commit
2bbf796
·
1 Parent(s):
eb49cd6
please
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,6 @@
1
import streamlit as st
2
from dotenv import load_dotenv
3
from PyPDF2 import PdfReader
1
+
pip install python-dotenv
2
+
3
+
4
import streamlit as st
5
from dotenv import load_dotenv
6
from PyPDF2 import PdfReader