From 63081db29ce83e7f57ab86405bf2262d2908becb Mon Sep 17 00:00:00 2001 From: asiam0316 Date: Mon, 5 May 2025 16:42:44 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=AD=E3=83=A3=E3=83=83=E3=82=B7=E3=83=A5?= =?UTF-8?q?=E3=82=92=E7=84=A1=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StockChart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StockChart.py b/StockChart.py index 9cb8163..767fdf2 100644 --- a/StockChart.py +++ b/StockChart.py @@ -21,7 +21,7 @@ ### 過去 **{days}日間** の株価 """) -@st.cache_data +# @st.cache_data def get_data(days, tickers): df = pd.DataFrame() for company in tickers.keys():