mikeee commited on
Commit
ed68790
·
1 Parent(s): 03cfa70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- _ = " (wrong key?)"
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}{_}")