naughtondale commited on
Commit
e748c81
·
1 Parent(s): b15fc92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import openai
3
  import os
4
 
5
- openai.api_key = os.environ.get('openai_api_key')
6
 
7
  def chatbot(input):
8
 
 
2
  import openai
3
  import os
4
 
5
+ openai.api_key = os.environ.get('openai_api_key')
6
 
7
  def chatbot(input):
8