zionia commited on
Commit
83fed9d
·
verified ·
1 Parent(s): bfcf2ec

capitalise markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Interface(
56
  inputs=gr.components.Textbox(lines=5, placeholder="Enter Northern Sotho text (maximum 5 lines)", label="Input"),
57
  outputs="text"
58
  ) as iface:
59
- gr.markdown(logo, unsafe_allow_html=True)
60
  iface.launch(enable_queue=True)
61
 
62
  authors = """
 
56
  inputs=gr.components.Textbox(lines=5, placeholder="Enter Northern Sotho text (maximum 5 lines)", label="Input"),
57
  outputs="text"
58
  ) as iface:
59
+ gr.Markdown(logo, unsafe_allow_html=True)
60
  iface.launch(enable_queue=True)
61
 
62
  authors = """