Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|
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")
|