Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import openai
|
|
| 2 |
import streamlit as st
|
| 3 |
from PIL import Image
|
| 4 |
|
| 5 |
-
st.title("
|
| 6 |
|
| 7 |
# Streamlit Secrets
|
| 8 |
openai.api_key = st.secrets["OPENAI_API_KEY"]
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
from PIL import Image
|
| 4 |
|
| 5 |
+
st.title("Taco' Bout It - Addison")
|
| 6 |
|
| 7 |
# Streamlit Secrets
|
| 8 |
openai.api_key = st.secrets["OPENAI_API_KEY"]
|