Spaces:
Sleeping
Sleeping
Commit ·
e748c81
1
Parent(s): b15fc92
Update app.py
Browse files
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 |
|