Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def query_groq_api(query, context, model="llama-3.3-70b-versatile"):
|
|
| 80 |
return f"Error: {e}"
|
| 81 |
|
| 82 |
# Streamlit App
|
| 83 |
-
st.title("PDF
|
| 84 |
|
| 85 |
# Persistent state to store vector database
|
| 86 |
if "vector_db" not in st.session_state:
|
|
|
|
| 80 |
return f"Error: {e}"
|
| 81 |
|
| 82 |
# Streamlit App
|
| 83 |
+
st.title("PDF Book Querry and Response")
|
| 84 |
|
| 85 |
# Persistent state to store vector database
|
| 86 |
if "vector_db" not in st.session_state:
|