RobPruzan commited on
Commit
3bbb503
1 Parent(s): bef0dee

Adding HTML header

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -425,6 +425,7 @@ def gen_syns(word, level):
425
  return str_reko
426
 
427
  with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
 
428
  with gr.Column():
429
  with gr.Row():
430
  with gr.Box():
 
425
  return str_reko
426
 
427
  with gr.Blocks(title="Automatic Literacy and Speech Assesmen") as demo:
428
+ gr.HTML("""<center><h7 style="font-size: 35px">Automatic Literacy and Speech Assesment</h7></center>""")
429
  with gr.Column():
430
  with gr.Row():
431
  with gr.Box():