KrishnaKumar23 commited on
Commit
958a1fd
β€’
1 Parent(s): 4f0cbcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ st.set_page_config(page_title="Document QA Bot")
54
  lottie_book = load_lottieurl("https://assets4.lottiefiles.com/temp/lf20_aKAfIn.json")
55
  st_lottie(lottie_book, speed=1, height=200, key="initial")
56
  # Place the title below the Lottie animation
57
- st.title("PDF Q&A Bot πŸ€–")
58
 
59
  # Left Sidebar
60
  sidebar.sidebar()
 
54
  lottie_book = load_lottieurl("https://assets4.lottiefiles.com/temp/lf20_aKAfIn.json")
55
  st_lottie(lottie_book, speed=1, height=200, key="initial")
56
  # Place the title below the Lottie animation
57
+ st.title("Document Q&A Bot πŸ€–")
58
 
59
  # Left Sidebar
60
  sidebar.sidebar()