Spaces:
Runtime error
Runtime error
Commit
·
d53f040
1
Parent(s):
7112368
Update app.py
Browse files
app.py
CHANGED
@@ -360,6 +360,7 @@ def main():
|
|
360 |
# Process uploaded files
|
361 |
for uploaded_file in uploaded_files:
|
362 |
st.write(f"Uploaded: {uploaded_file.name}")
|
|
|
363 |
|
364 |
st.write("Chat with the Document:")
|
365 |
query = st.text_input("Ask a question:")
|
|
|
360 |
# Process uploaded files
|
361 |
for uploaded_file in uploaded_files:
|
362 |
st.write(f"Uploaded: {uploaded_file.name}")
|
363 |
+
st.write(f"Uploaded: {type(uploaded_file)}")
|
364 |
|
365 |
st.write("Chat with the Document:")
|
366 |
query = st.text_input("Ask a question:")
|