Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ embedder = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
|
| 17 |
|
| 18 |
# App UI
|
| 19 |
st.set_page_config(page_title="🧠 RAG Chat with PDF", layout="wide")
|
| 20 |
-
st.title("📄 Chat with your PDF
|
| 21 |
|
| 22 |
# Function to read PDF
|
| 23 |
def read_pdf(file):
|
|
|
|
| 17 |
|
| 18 |
# App UI
|
| 19 |
st.set_page_config(page_title="🧠 RAG Chat with PDF", layout="wide")
|
| 20 |
+
st.title("📄 Chat with your PDF")
|
| 21 |
|
| 22 |
# Function to read PDF
|
| 23 |
def read_pdf(file):
|