Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ if ask:
|
|
199 |
except Exception as exc:
|
200 |
logger.error(exc)
|
201 |
if "<empty message>" in srt(exc):
|
202 |
-
_ = " (
|
203 |
else:
|
204 |
_ = ""
|
205 |
st.write(f"**{BOOK_NAME}:**: {exc}{_}")
|
|
|
199 |
except Exception as exc:
|
200 |
logger.error(exc)
|
201 |
if "<empty message>" in srt(exc):
|
202 |
+
_ = " (invalid api key?)"
|
203 |
else:
|
204 |
_ = ""
|
205 |
st.write(f"**{BOOK_NAME}:**: {exc}{_}")
|