kuroiikimono commited on
Commit
3e1a619
·
verified ·
1 Parent(s): 99b61f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -239,7 +239,8 @@ The untranslated data will be retained until the browser is closed, but once the
239
  label='translate to',
240
  options=lang_code,
241
  index=0,
242
- key = f"select_lang{st.session_state.count}")
 
243
  #language = sel.selectbox(
244
  # 'translate to',
245
  # lang_code,
 
239
  label='translate to',
240
  options=lang_code,
241
  index=0,
242
+ key = f"select_lang{st.session_state.count}",
243
+ horizontal=True)
244
  #language = sel.selectbox(
245
  # 'translate to',
246
  # lang_code,