DeepSoft-Tech commited on
Commit
80a4eae
·
verified ·
1 Parent(s): 9acf74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ def show_pdf(file_content):
219
 
220
 
221
  def main():
222
- st.title("Research Paper Guru")
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"])