Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def show_pdf(file_content):
|
|
219 |
|
220 |
|
221 |
def main():
|
222 |
-
st.title("
|
223 |
st.subheader("Upload PDF or Enter URL")
|
224 |
embeddings = None
|
225 |
pdf_option = st.selectbox("Choose an option:", ["Upload PDF", "Enter URL"])
|
|
|
219 |
|
220 |
|
221 |
def main():
|
222 |
+
st.title("DeepRnD: AI Resaerch Assistant")
|
223 |
st.subheader("Upload PDF or Enter URL")
|
224 |
embeddings = None
|
225 |
pdf_option = st.selectbox("Choose an option:", ["Upload PDF", "Enter URL"])
|