Spaces:
Sleeping
Sleeping
Show version at bottom
Browse files- ai_services.py +0 -1
- 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")
|