DrishtiSharma commited on
Commit
0062fb8
·
verified ·
1 Parent(s): f121a60

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -16,7 +16,7 @@ logging.basicConfig(level=logging.DEBUG)
16
  logger = logging.getLogger(__name__)
17
 
18
  # Set the title of the app
19
- st.title("Data Analyzer on Hugging Face Spaces")
20
 
21
  # Fetch API keys from environment variables
22
  api_key = os.getenv("OPENAI_API_KEY")
 
16
  logger = logging.getLogger(__name__)
17
 
18
  # Set the title of the app
19
+ st.title("Data Analyzer")
20
 
21
  # Fetch API keys from environment variables
22
  api_key = os.getenv("OPENAI_API_KEY")