Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import streamlit as st
|
|
3 |
import requests
|
4 |
import json
|
5 |
import os
|
|
|
6 |
|
7 |
# Get the API key from the environment variable
|
8 |
API_KEY = os.getenv('PPX_KEY')
|
|
|
3 |
import requests
|
4 |
import json
|
5 |
import os
|
6 |
+
from openai import OpenAI
|
7 |
|
8 |
# Get the API key from the environment variable
|
9 |
API_KEY = os.getenv('PPX_KEY')
|