Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
os.environ["STREAMLIT_HOME"] = "/tmp/.streamlit"
|
2 |
from langchain_huggingface import HuggingFaceEndpoint
|
3 |
-
import os
|
4 |
import streamlit as st
|
5 |
|
6 |
# constants
|
|
|
1 |
+
import os
|
2 |
os.environ["STREAMLIT_HOME"] = "/tmp/.streamlit"
|
3 |
from langchain_huggingface import HuggingFaceEndpoint
|
|
|
4 |
import streamlit as st
|
5 |
|
6 |
# constants
|