satyam001 commited on
Commit
a23cb40
β€’
1 Parent(s): a1a77f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,7 +24,7 @@ with st.sidebar:
24
  st.title('πŸ€—πŸ’¬ LLM Chat App')
25
  st.markdown('''
26
  ## About
27
- This app is an LLM-powered chatbot
28
  PDF:Chatbot AI-powered chat assistant for PDFs
29
 
30
  ''')
@@ -62,7 +62,7 @@ def main():
62
 
63
  # # embeddings
64
  store_name = pdf.name[:-4]
65
- st.write(f'{store_name}')
66
  # st.write(chunks)
67
 
68
  if os.path.exists(f"{store_name}.pkl"):
 
24
  st.title('πŸ€—πŸ’¬ LLM Chat App')
25
  st.markdown('''
26
  ## About
27
+
28
  PDF:Chatbot AI-powered chat assistant for PDFs
29
 
30
  ''')
 
62
 
63
  # # embeddings
64
  store_name = pdf.name[:-4]
65
+ # st.write(f'{store_name}')
66
  # st.write(chunks)
67
 
68
  if os.path.exists(f"{store_name}.pkl"):