bizvideoschool commited on
Commit
f3a7a34
1 Parent(s): de43a1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ additional_elements = st.text_input("Additional Elements", placeholder="Any spec
20
 
21
  if st.button('Generate Image'):
22
  # Construct the prompt
23
- prompt = f"Create a vertical TikTok video backdrop image for a {business_type}. Theme: '{video_theme}', color scheme: '{color_scheme}', including elements: '{additional_elements}'."
24
 
25
  # Call the DALL-E API
26
  try:
 
20
 
21
  if st.button('Generate Image'):
22
  # Construct the prompt
23
+ prompt = f"Create a vertical image that could be used in the background of a video on TikTok or Reels for a {business_type}. Theme: '{video_theme}', color scheme: '{color_scheme}', including elements: '{additional_elements}'."
24
 
25
  # Call the DALL-E API
26
  try: