From a845e4260661864a3acbf5e9590318a2807fd1b1 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <russelljarvis@protonmail.com>
Date: Fri, 10 Dec 2021 14:01:44 +1100
Subject: [PATCH] update

---
 app.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app.py b/app.py
index fde6998..93f2a10 100644
--- a/app.py
+++ b/app.py
@@ -159,6 +159,8 @@ def check_cache(author_name: str, verbose=0):  # ->Union[]
                     }
             except:
                 st.error("This authors results are hard to fetch and cause technical issues, sorry.")
+                st.warning("Try this older and more robust version of the app:")
+                st.warning("https://share.streamlit.io/mcgurrgurr/scienceaccess/app.py")
         else:
             """
             We have evaluated this query recently, using cached results...
-- 
GitLab