levalencia commited on
Commit
40b25d4
·
1 Parent(s): 145c7bc

Update requirements.txt to include additional dependencies for the Streamlit app

Browse files

- Added 'docling', 'pyyaml', 'python-dotenv', and 'openai' to the requirements.
- Retained 'streamlit' in the dependencies list.

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,3 +1,4 @@
1
  altair
2
  pandas
 
3
  streamlit
 
1
  altair
2
  pandas
3
+ docling
4
  streamlit