AItool commited on
Commit
3f95647
·
verified ·
1 Parent(s): 292a338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,7 +13,7 @@ def local_css(file_name):
13
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
14
 
15
  st.set_page_config(
16
- page_title="Streamlit iCodeIdoia",
17
  )
18
 
19
  st.image("images/banner.jpg")
@@ -95,7 +95,7 @@ with st.container():
95
 
96
  with col1:
97
  #source_language_dropdown.change
98
- slang = ("Detect", "Basque") # Example list of languages
99
  source_language_dropdown = st.selectbox("Language - Hizkuntza", slang, key='source_languages')
100
 
101
  # Create a text area widget
 
13
  st.markdown(f"<style>{f.read()}</style>", unsafe_allow_html=True)
14
 
15
  st.set_page_config(
16
+ page_title="Streamlit iCodeIdoia: Basque (EU) Euskera Multilingual Translator (Basque as the Starting Point)",
17
  )
18
 
19
  st.image("images/banner.jpg")
 
95
 
96
  with col1:
97
  #source_language_dropdown.change
98
+ slang = ("Basque") # Example list of languages
99
  source_language_dropdown = st.selectbox("Language - Hizkuntza", slang, key='source_languages')
100
 
101
  # Create a text area widget