Spaces:
Sleeping
Sleeping
Commit
·
a1f56e0
1
Parent(s):
1e5471b
rerun
Browse files
app.py
CHANGED
@@ -90,14 +90,14 @@ with col1:
|
|
90 |
if st.button('English'):
|
91 |
|
92 |
st.session_state.language = 'English'
|
93 |
-
st.
|
94 |
|
95 |
|
96 |
with col2:
|
97 |
if st.button('Hindi'):
|
98 |
|
99 |
st.session_state.language = 'Hindi'
|
100 |
-
st.
|
101 |
|
102 |
|
103 |
if st.session_state.language == 'English':
|
|
|
90 |
if st.button('English'):
|
91 |
|
92 |
st.session_state.language = 'English'
|
93 |
+
st.experimental_rerun()
|
94 |
|
95 |
|
96 |
with col2:
|
97 |
if st.button('Hindi'):
|
98 |
|
99 |
st.session_state.language = 'Hindi'
|
100 |
+
st.experimental_rerun()
|
101 |
|
102 |
|
103 |
if st.session_state.language == 'English':
|