rushankg commited on
Commit
87a0931
·
verified ·
1 Parent(s): 75c7833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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')