Update functions.py
Browse files- functions.py +1 -1
functions.py
CHANGED
@@ -60,7 +60,7 @@ margin-bottom: 2.5rem">{}</div> """
|
|
60 |
|
61 |
#Stuff Chain Type Prompt template
|
62 |
|
63 |
-
@st.
|
64 |
def load_prompt():
|
65 |
|
66 |
system_template="""Use only the following pieces of earnings context to answer the users question accurately.
|
|
|
60 |
|
61 |
#Stuff Chain Type Prompt template
|
62 |
|
63 |
+
@st.cache_resource
|
64 |
def load_prompt():
|
65 |
|
66 |
system_template="""Use only the following pieces of earnings context to answer the users question accurately.
|