Update BrainBot.py
Browse files- 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
|