Spaces:
Runtime error
Runtime error
Commit
·
49330d3
1
Parent(s):
25e2f16
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ st.markdown("""<style> div[role="listbox"] ul {
|
|
| 34 |
|
| 35 |
query_params = st.experimental_get_query_params()
|
| 36 |
#st.runtime.legacy_caching.clear_cache()
|
| 37 |
-
|
| 38 |
def get_ret_dic():
|
| 39 |
streamlit_data_url=r'https://dailysymbols.s3.ap-south-1.amazonaws.com/streamlit_data_ppl.json'
|
| 40 |
ret_dic=requests.get(streamlit_data_url).json()
|
|
|
|
| 34 |
|
| 35 |
query_params = st.experimental_get_query_params()
|
| 36 |
#st.runtime.legacy_caching.clear_cache()
|
| 37 |
+
#@st.cache(ttl=23*60*60)
|
| 38 |
def get_ret_dic():
|
| 39 |
streamlit_data_url=r'https://dailysymbols.s3.ap-south-1.amazonaws.com/streamlit_data_ppl.json'
|
| 40 |
ret_dic=requests.get(streamlit_data_url).json()
|