Irpan commited on
Commit
6f2612f
·
1 Parent(s): c03de5c
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -69,10 +69,12 @@ with gr.Blocks() as app:
69
  with gr.Row():
70
  match_box = gr.Markdown(
71
  label="Phonetic Match",
 
72
  )
73
  with gr.Row():
74
  score_box = gr.Textbox(
75
  label="Phonetic Score",
 
76
  )
77
 
78
  # Bind functions to buttons
 
69
  with gr.Row():
70
  match_box = gr.Markdown(
71
  label="Phonetic Match",
72
+ value="Matching and mismatched characters visualized here..."
73
  )
74
  with gr.Row():
75
  score_box = gr.Textbox(
76
  label="Phonetic Score",
77
+ placeholder="Your pronunciation score as a percentage..."
78
  )
79
 
80
  # Bind functions to buttons