Promotingai commited on
Commit
7689ebc
·
verified ·
1 Parent(s): ae60fb8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os # Import the os module
5
  # Fetch the API key from an environment variable
6
  openai_api_key = os.getenv("OPENAI_API_KEY")
7
 
8
- st.title("💬 FlexigenAI.com")
9
  st.caption("")
10
 
11
  # Select model using a dropdown
 
5
  # Fetch the API key from an environment variable
6
  openai_api_key = os.getenv("OPENAI_API_KEY")
7
 
8
+ st.title("💬 PromptingAI")
9
  st.caption("")
10
 
11
  # Select model using a dropdown