Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("💬
|
| 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
|