Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -0
modules/ui/ui.py
CHANGED
|
@@ -535,6 +535,7 @@ def display_videos_and_info(lang_code, landing_t):
|
|
| 535 |
• <strong>Validated by NVIDIA</strong> Inception Program<br>
|
| 536 |
• <strong>Scalable model</strong> for Latin American education market
|
| 537 |
"""
|
|
|
|
| 538 |
|
| 539 |
about_content = about_texts.get(lang_code, about_texts['en'])
|
| 540 |
st.markdown(about_content, unsafe_allow_html=True)
|
|
|
|
| 535 |
• <strong>Validated by NVIDIA</strong> Inception Program<br>
|
| 536 |
• <strong>Scalable model</strong> for Latin American education market
|
| 537 |
"""
|
| 538 |
+
}
|
| 539 |
|
| 540 |
about_content = about_texts.get(lang_code, about_texts['en'])
|
| 541 |
st.markdown(about_content, unsafe_allow_html=True)
|