eaglelandsonce commited on
Commit
c365105
·
verified ·
1 Parent(s): e054405

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -522,7 +522,7 @@ with tab2:
522
 
523
 
524
  # Button to generate text
525
- if st.button("Generate"):
526
  prompt = f"Translate the following {source_lang} text to {target_lang}: " + user_input + " ONLY TRANSLATE DON'T ADD ANY ADDITIONAL DETAILS"
527
 
528
  # Generate text
 
522
 
523
 
524
  # Button to generate text
525
+ if st.button("Translate"):
526
  prompt = f"Translate the following {source_lang} text to {target_lang}: " + user_input + " ONLY TRANSLATE DON'T ADD ANY ADDITIONAL DETAILS"
527
 
528
  # Generate text