Spaces:
Running
Running
Gopala Krishna
commited on
Commit
·
b2afaa0
1
Parent(s):
483986b
.vs/MyChatGPTTurbo/FileContentIndex/f9aa85c4-5a9b-43d4-9957-d02ba61fa67d.vsidx
ADDED
Binary file (9.92 kB). View file
|
|
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import os
|
2 |
import openai
|
3 |
import gradio as gr
|
|
|
4 |
|
5 |
try:
|
6 |
openai.api_key = os.environ["OPENAPI_API_KEY"]
|
|
|
1 |
import os
|
2 |
import openai
|
3 |
import gradio as gr
|
4 |
+
import gradio.themes
|
5 |
|
6 |
try:
|
7 |
openai.api_key = os.environ["OPENAPI_API_KEY"]
|