Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with st.sidebar:
|
|
50 |
|
51 |
|
52 |
add_vertical_space(3) # Add more vertical space between text blocks
|
53 |
-
st.write('Made with ❤️ by
|
54 |
|
55 |
api_key = os.getenv("OPENAI_API_KEY")
|
56 |
# Retrieve the API key from st.secrets
|
|
|
50 |
|
51 |
|
52 |
add_vertical_space(3) # Add more vertical space between text blocks
|
53 |
+
st.write('Made with ❤️ by BinDoc GmbH')
|
54 |
|
55 |
api_key = os.getenv("OPENAI_API_KEY")
|
56 |
# Retrieve the API key from st.secrets
|