zionia commited on
Commit
e7da02f
1 Parent(s): b02baad
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -16,11 +16,9 @@ def translate(inp):
16
  translated_text = tokenizer.decode(translated_tokens[0], skip_special_tokens=True)
17
  return translated_text
18
 
19
- st.write(f"")
20
- img1, img2, img3 = st.columns(3)
21
  with img2:
22
- with st.container(border=False):
23
- st.image("logo_transparent_small.png")
24
 
25
  description = """
26
  <p style='text-align: center;'>
@@ -63,7 +61,6 @@ with gr.Interface(
63
 
64
  iface.launch(enable_queue=True)
65
 
66
- # Markdown for authors, citation, and DOI
67
  authors = """
68
  <div style='text-align: center;'>
69
  Authors: Vukosi Marivate, Matimba Shingange, Richard Lastrucci, Isheanesu Joseph Dzingirai, Jenalea Rajab
 
16
  translated_text = tokenizer.decode(translated_tokens[0], skip_special_tokens=True)
17
  return translated_text
18
 
19
+ img1, img2, img3 = gr.Columns(3)
 
20
  with img2:
21
+ gr.Image("logo_transparent_small.png", alt="DSFSI Logo", elem_id="logo", label=None)
 
22
 
23
  description = """
24
  <p style='text-align: center;'>
 
61
 
62
  iface.launch(enable_queue=True)
63
 
 
64
  authors = """
65
  <div style='text-align: center;'>
66
  Authors: Vukosi Marivate, Matimba Shingange, Richard Lastrucci, Isheanesu Joseph Dzingirai, Jenalea Rajab