Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -303,7 +303,7 @@ def main():
|
|
303 |
with collength:
|
304 |
max_length = st.slider("File section length for large files", min_value=1000, max_value=128000, value=12000, step=1000)
|
305 |
with colupload:
|
306 |
-
uploaded_file = st.file_uploader("Add a file for context:", type=["xml", "json", "xlsx","csv","html", "htm", "md", "txt"])
|
307 |
|
308 |
# Document section chat
|
309 |
document_sections = deque()
|
|
|
303 |
with collength:
|
304 |
max_length = st.slider("File section length for large files", min_value=1000, max_value=128000, value=12000, step=1000)
|
305 |
with colupload:
|
306 |
+
uploaded_file = st.file_uploader("Add a file for context:", type=["pdf", "xml", "json", "xlsx","csv","html", "htm", "md", "txt"])
|
307 |
|
308 |
# Document section chat
|
309 |
document_sections = deque()
|