chrisjay commited on
Commit
5ce7bf7
·
1 Parent(s): 0053c1f

changed output type to html

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ def get_record(language,text,record):
10
 
11
  text =text.strip()
12
  output_string = "<div class='output'>"+f'Record for text {text} successfully saved to dataset! Thank You.'+"</div>"
 
13
  return output_string
14
 
15
  title = 'African Crowdsource Speech'
 
10
 
11
  text =text.strip()
12
  output_string = "<div class='output'>"+f'Record for text {text} successfully saved to dataset! Thank You.'+"</div>"
13
+ print(output_string)
14
  return output_string
15
 
16
  title = 'African Crowdsource Speech'