Anne31415 commited on
Commit
7999bee
·
1 Parent(s): d0ba0ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Anne')
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