Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
|
|
1 |
from langchain_huggingface import HuggingFaceEndpoint
|
2 |
import os
|
3 |
import streamlit as st
|
4 |
-
os.environ["STREAMLIT_HOME"] = "/tmp/.streamlit"
|
5 |
|
6 |
# constants
|
7 |
QUESTION = "Compute the integral of f(x) = x^2."
|
|
|
1 |
+
os.environ["STREAMLIT_HOME"] = "/tmp/.streamlit"
|
2 |
from langchain_huggingface import HuggingFaceEndpoint
|
3 |
import os
|
4 |
import streamlit as st
|
|
|
5 |
|
6 |
# constants
|
7 |
QUESTION = "Compute the integral of f(x) = x^2."
|