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