conlan commited on
Commit
8b94322
Β·
1 Parent(s): 98093f2

Show version at bottom

Browse files
Files changed (2) hide show
  1. ai_services.py +0 -1
  2. app.py +3 -1
ai_services.py CHANGED
@@ -2,7 +2,6 @@ from openai import OpenAI
2
 
3
  from dotenv import load_dotenv
4
  import os
5
- import streamlit as st
6
 
7
  if os.getenv("OPENAI_API_KEY") is None:
8
  load_dotenv()
 
2
 
3
  from dotenv import load_dotenv
4
  import os
 
5
 
6
  if os.getenv("OPENAI_API_KEY") is None:
7
  load_dotenv()
app.py CHANGED
@@ -290,4 +290,6 @@ if modal.is_open():
290
  buttonCol1.link_button('πŸ›’ Bookshop', f'https://bookshop.org/search?keywords={outboundLinkSuffix}')
291
  buttonCol2.link_button('πŸ“š Biblio', f'https://www.biblio.com/search.php?stage=1&result_type=works&keyisbn={outboundLinkSuffix}')
292
  buttonCol3.link_button('🎧 Libro', f'https://libro.fm/search?utf8=%E2%9C%93&q={outboundLinkSuffix}')
293
- buttonCol4.link_button('πŸ’¬ Hardcover', f'https://hardcover.app/search?q={outboundLinkSuffix}')
 
 
 
290
  buttonCol1.link_button('πŸ›’ Bookshop', f'https://bookshop.org/search?keywords={outboundLinkSuffix}')
291
  buttonCol2.link_button('πŸ“š Biblio', f'https://www.biblio.com/search.php?stage=1&result_type=works&keyisbn={outboundLinkSuffix}')
292
  buttonCol3.link_button('🎧 Libro', f'https://libro.fm/search?utf8=%E2%9C%93&q={outboundLinkSuffix}')
293
+ buttonCol4.link_button('πŸ’¬ Hardcover', f'https://hardcover.app/search?q={outboundLinkSuffix}')
294
+
295
+ st.write("Version 0.1.0")