Umang Chaudhry commited on
Commit
4244169
1 Parent(s): 7a5edd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ if authentication_status:
94
  st.header('Why do you need an API key?')
95
  st.write('API keys allow sites to track usage and prevent abuse of their services. They help keep things secure. When you request an API key, the site knows the calls are coming from you.')
96
 
97
- image = 'free_speech_app/apikeyex.png'
98
  st.header('How to get an OpenAI API key:')
99
  st.write('1. Go to https://platform.openai.com/account/api-keys')
100
  st.write('2. Log in or create an OpenAI account if you do not have one')
 
94
  st.header('Why do you need an API key?')
95
  st.write('API keys allow sites to track usage and prevent abuse of their services. They help keep things secure. When you request an API key, the site knows the calls are coming from you.')
96
 
97
+ image = 'apikeyex.png'
98
  st.header('How to get an OpenAI API key:')
99
  st.write('1. Go to https://platform.openai.com/account/api-keys')
100
  st.write('2. Log in or create an OpenAI account if you do not have one')