Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
han-byeol
/
Basic_RAG_AI_Chatbot_with_chatGPT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
han-byeol
commited on
Nov 22, 2023
Commit
dc09600
·
1 Parent(s):
40e8746
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,3 @@
1
-
import json
2
import streamlit as st
3
from dotenv import load_dotenv
4
from PyPDF2 import PdfReader
1
import streamlit as st
2
from dotenv import load_dotenv
3
from PyPDF2 import PdfReader