aminaj commited on
Commit
60df1ae
1 Parent(s): 5f91c85

Update BrainBot.py

Browse files
Files changed (1) hide show
  1. BrainBot.py +0 -1
BrainBot.py CHANGED
@@ -118,7 +118,6 @@ if uploaded_file is not None:
118
  with st.spinner("Loading file..."):
119
  # Save the uploaded file to a temporary path
120
  temp_file_path = save_uploaded_file(uploaded_file)
121
- st.write(temp_file_path)
122
 
123
  try:
124
  # Send POST request to a FastAPI endpoint to load the file into a vectorstore
 
118
  with st.spinner("Loading file..."):
119
  # Save the uploaded file to a temporary path
120
  temp_file_path = save_uploaded_file(uploaded_file)
 
121
 
122
  try:
123
  # Send POST request to a FastAPI endpoint to load the file into a vectorstore