Update ToDo.md
Browse files
ToDo.md
CHANGED
@@ -3,6 +3,8 @@ ToDo
|
|
3 |
- Get API keys and passwords from environment !:
|
4 |
...
|
5 |
|
|
|
|
|
6 |
- Save the vectorstore in a persistent location !:
|
7 |
HF Spaces has an ephermal, non-persistent file storage!
|
8 |
If you save a file from within your (streamlit) application,
|
@@ -118,6 +120,11 @@ VOORBEELDVRAGEN.txt
|
|
118 |
|
119 |
|
120 |
- Tab pages in streamlit?
|
|
|
|
|
|
|
|
|
|
|
121 |
|
122 |
|
123 |
- Word to PDF:
|
|
|
3 |
- Get API keys and passwords from environment !:
|
4 |
...
|
5 |
|
6 |
+
|
7 |
+
|
8 |
- Save the vectorstore in a persistent location !:
|
9 |
HF Spaces has an ephermal, non-persistent file storage!
|
10 |
If you save a file from within your (streamlit) application,
|
|
|
120 |
|
121 |
|
122 |
- Tab pages in streamlit?
|
123 |
+
st.tabs - Streamlit Docs
|
124 |
+
|
125 |
+
https://docs.streamlit.io/library/api-reference/layout/st.tabs
|
126 |
+
|
127 |
+
|
128 |
|
129 |
|
130 |
- Word to PDF:
|