Spaces:
Sleeping
Sleeping
Rename app2.py to app.py
Browse files- app2.py → app.py +1 -1
app2.py → app.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import openai
|
3 |
|
4 |
-
openai.api_key = "
|
5 |
|
6 |
def ask_codette(prompt, consent, dynamic_rec):
|
7 |
if not consent:
|
|
|
1 |
import gradio as gr
|
2 |
import openai
|
3 |
|
4 |
+
openai.api_key = "key"
|
5 |
|
6 |
def ask_codette(prompt, consent, dynamic_rec):
|
7 |
if not consent:
|