Update src/streamlit_app.py
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -11,6 +11,8 @@ import faiss
|
|
| 11 |
import numpy as np
|
| 12 |
import os
|
| 13 |
os.makedirs("/app/cache", exist_ok=True)
|
|
|
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
st.title("Document Summarization")
|
|
|
|
| 11 |
import numpy as np
|
| 12 |
import os
|
| 13 |
os.makedirs("/app/cache", exist_ok=True)
|
| 14 |
+
os.makedirs("/.streamlit", exist_ok=True)
|
| 15 |
+
|
| 16 |
|
| 17 |
|
| 18 |
st.title("Document Summarization")
|