Skip to content

Commit

Permalink
move glossary note down
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Nov 20, 2023
1 parent 2e980c3 commit 3febf86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/VideoBots.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,13 +382,14 @@ def render_settings(self):
"""
##### 🔠 User Language
If provided, the copilot will translate user messages to English and the copilot's response back to the selected language.
If not specified or invalid, no glossary will be used. Read about the expected format [here](https://docs.google.com/document/d/1TwzAvFmFYekloRKql2PXNPIyqCbsHRL8ZtnWkzAYrh8/edit?usp=sharing). """,
""",
key="user_language",
)
st.markdown(
"""
###### 📖 Customize with Glossary
Provide a glossary to customize translation and improve accuracy of domain-specific terms.
If not specified or invalid, no glossary will be used. Read about the expected format [here](https://docs.google.com/document/d/1TwzAvFmFYekloRKql2PXNPIyqCbsHRL8ZtnWkzAYrh8/edit?usp=sharing).
"""
)
glossary_input(
Expand Down

0 comments on commit 3febf86

Please sign in to comment.