Spaces:
Runtime error
Runtime error
Commit
·
7f97da4
1
Parent(s):
72fb9e5
Update app.py
Browse files
app.py
CHANGED
@@ -362,7 +362,7 @@ def main():
|
|
362 |
loaded_documents = []
|
363 |
|
364 |
if uploaded_files:
|
365 |
-
if not
|
366 |
st.warning("Please upload some documents.")
|
367 |
# Create a temporary directory
|
368 |
# with tempfile.TemporaryDirectory() as td:
|
|
|
362 |
loaded_documents = []
|
363 |
|
364 |
if uploaded_files:
|
365 |
+
if not uploaded_files:
|
366 |
st.warning("Please upload some documents.")
|
367 |
# Create a temporary directory
|
368 |
# with tempfile.TemporaryDirectory() as td:
|