Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
8f8acb9
1
Parent(s):
324fd45
English default language
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ class Visualization:
|
|
41 |
chosen_language = st.sidebar.selectbox(
|
42 |
"Language",
|
43 |
options=list(LANGUAGES.keys()),
|
44 |
-
index=
|
45 |
)
|
46 |
self.chosen_language = LANGUAGES[chosen_language]
|
47 |
|
|
|
41 |
chosen_language = st.sidebar.selectbox(
|
42 |
"Language",
|
43 |
options=list(LANGUAGES.keys()),
|
44 |
+
index=5 # English
|
45 |
)
|
46 |
self.chosen_language = LANGUAGES[chosen_language]
|
47 |
|