umarigan commited on
Commit
eb9fc35
·
1 Parent(s): c54e666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,8 +125,8 @@ def process_file(uploaded_file):
125
  def main():
126
  #os.environ['LLAMA_BLAS'] = 'ON'
127
  #os.environ['LLAMA_BLAS_VENDOR'] = 'OpenBLAS'
128
- st.title("SorGPT, Chat with your files")
129
-
130
  # File Upload
131
  uploaded_file = st.file_uploader("Upload a PDF, CSV, or TXT file", type=["pdf", "csv", "txt"])
132
 
 
125
  def main():
126
  #os.environ['LLAMA_BLAS'] = 'ON'
127
  #os.environ['LLAMA_BLAS_VENDOR'] = 'OpenBLAS'
128
+ st.title("AssitAI, Chat with your files")
129
+ st.markdown(""" A llama2-7b and langchain powered app to chat with your files """)
130
  # File Upload
131
  uploaded_file = st.file_uploader("Upload a PDF, CSV, or TXT file", type=["pdf", "csv", "txt"])
132