Vorxart commited on
Commit
776205e
1 Parent(s): b1debd7

Update app.py

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