Update app.py
Browse files
app.py
CHANGED
@@ -44,18 +44,6 @@ with st.sidebar:
|
|
44 |
|
45 |
add_vertical_space(1) # Adjust as per the desired spacing
|
46 |
|
47 |
-
#glossary_option = st.selectbox(
|
48 |
-
# 'Want to see more Glossary Topics to ask about?',
|
49 |
-
# ('Basisfallwert', 'Cash Flow', 'Arzneimittelgesetz (AMG)')
|
50 |
-
#)
|
51 |
-
|
52 |
-
#add_vertical_space(1)
|
53 |
-
|
54 |
-
#whitepaper_option = st.selectbox(
|
55 |
-
# 'Did you know we\'ve authored some really insightful and helpful whitepapers as well?',
|
56 |
-
# ('Die Value Story als strategisches Instrument', 'Patientenmagnet Robotik: Best Practice Beispiel ', 'Das AGAPLesion-Konzept ')
|
57 |
-
#)
|
58 |
-
|
59 |
st.write('Made with ❤️ by BinDoc GmbH')
|
60 |
|
61 |
api_key = os.getenv("OPENAI_API_KEY")
|
|
|
44 |
|
45 |
add_vertical_space(1) # Adjust as per the desired spacing
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
st.write('Made with ❤️ by BinDoc GmbH')
|
48 |
|
49 |
api_key = os.getenv("OPENAI_API_KEY")
|