Vorxart commited on
Commit
7908197
1 Parent(s): 74a0261

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with st.sidebar:
28
  specifications = st.text_area("Product Specifications", placeholder="e.g., Dimensions: 10x5x3 inches, Weight: 1.5 lbs")
29
 
30
  # Select target language for translation
31
- target_language = st.selectbox("Target Language for Translation", ["French", "Spanish", "German", "Chinese", "Japanese"])
32
 
33
  # Main app title and description
34
  st.markdown("# ProductProse - AI Product Description Generator")
 
28
  specifications = st.text_area("Product Specifications", placeholder="e.g., Dimensions: 10x5x3 inches, Weight: 1.5 lbs")
29
 
30
  # Select target language for translation
31
+ target_language = st.selectbox("Target Language for Translation", ["Arabic", "Chinese", "French", "German", "Japanese", "Portugese", "Russian", "Spanish", "Urdu"])
32
 
33
  # Main app title and description
34
  st.markdown("# ProductProse - AI Product Description Generator")