Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ with st.sidebar:
|
|
24 |
st.title('π€π¬ LLM Chat App')
|
25 |
st.markdown('''
|
26 |
## About
|
27 |
-
|
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"):
|