Vorxart commited on
Commit
5039d09
·
verified ·
1 Parent(s): b1fc424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ benefits = st.sidebar.text_area("Product Benefits", "Benefit 1, Benefit 2, Benef
25
  specifications = st.sidebar.text_area("Product Specifications", "Specification 1, Specification 2, Specification 3")
26
 
27
  # Select target language for translation
28
- target_language = st.sidebar.selectbox("Target Language for Translation", ["French", "Spanish", "German", "Chinese", "Japanese"])
29
 
30
  # Main app title and description
31
  st.title("ProductProse - AI Product Description Generator")
 
25
  specifications = st.sidebar.text_area("Product Specifications", "Specification 1, Specification 2, Specification 3")
26
 
27
  # Select target language for translation
28
+ target_language = st.sidebar.selectbox("Target Language for Translation", ["Arabic", "Urdu", "Russian", "French", "Spanish", "German", "Chinese", "Japanese"])
29
 
30
  # Main app title and description
31
  st.title("ProductProse - AI Product Description Generator")