eaglelandsonce commited on
Commit
e26584b
·
verified ·
1 Parent(s): 4f8aef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -8,7 +8,6 @@ st.set_page_config(page_title="Text to Speech", layout="centered")
8
 
9
  # Streamlit sidebar elements
10
  st.sidebar.title("Imagen-2 Image Generator")
11
- prompt = st.sidebar.text_input("Enter your prompt:", value='A penguin watching the sunset.')
12
  PAT = st.sidebar.text_input("Enter your Personal Access Token:", type="password")
13
 
14
  # Authentication details (hide or secure this in production!)
 
8
 
9
  # Streamlit sidebar elements
10
  st.sidebar.title("Imagen-2 Image Generator")
 
11
  PAT = st.sidebar.text_input("Enter your Personal Access Token:", type="password")
12
 
13
  # Authentication details (hide or secure this in production!)