From f95398ac446f5b851d9b1c5bfe9ac96676c2d599 Mon Sep 17 00:00:00 2001 From: Sambuddha Chatterjee Date: Mon, 8 Apr 2024 16:45:04 +0530 Subject: [PATCH] Update app.py --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 4418fc8..7eb59ae 100644 --- a/app.py +++ b/app.py @@ -41,7 +41,7 @@ if 'Time Series (Daily)' in data_IBM: daily_data = data_IBM['Time Series (Daily)'] else: - print("Error: 'Time Series (Daily)' key not found in data") + print("Error: 'Time Series (Daily)' key not found in data, Daily API limit reached") # Handle the missing key here (e.g., display an error message, try a different source) #st.write(data_IBM) try: