harshildarji commited on
Commit
6fa58f0
·
verified ·
1 Parent(s): 9136cf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -150,7 +150,7 @@ ui_text = {
150
  col1, col2 = st.columns([4, 1])
151
  with col2:
152
  lang = st.radio(
153
- "",
154
  options=["EN", "DE"],
155
  horizontal=True,
156
  label_visibility="hidden",
@@ -383,6 +383,7 @@ if uploaded_file is not None:
383
  mime="text/plain",
384
  )
385
  else:
 
386
  st.markdown(
387
  f'<div class="tip"><strong>{ui_text[lang]["tip"]}</strong></div>',
388
  unsafe_allow_html=True,
 
150
  col1, col2 = st.columns([4, 1])
151
  with col2:
152
  lang = st.radio(
153
+ "Language:",
154
  options=["EN", "DE"],
155
  horizontal=True,
156
  label_visibility="hidden",
 
383
  mime="text/plain",
384
  )
385
  else:
386
+ st.markdown("<hr>", unsafe_allow_html=True)
387
  st.markdown(
388
  f'<div class="tip"><strong>{ui_text[lang]["tip"]}</strong></div>',
389
  unsafe_allow_html=True,