Spaces:
Runtime error
Runtime error
Denver Citizen9
commited on
Commit
·
1e94fd4
1
Parent(s):
edcdce1
be able to reference secret
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import random
|
3 |
import openai
|
|
|
4 |
|
5 |
def tell_us_about_yo_momma(category, topic):
|
6 |
openAI_key = os.getenv('my_openAI_key')
|
|
|
1 |
import gradio as gr
|
2 |
import random
|
3 |
import openai
|
4 |
+
import os
|
5 |
|
6 |
def tell_us_about_yo_momma(category, topic):
|
7 |
openAI_key = os.getenv('my_openAI_key')
|