Spaces:
Build error
Build error
changed output type to html
Browse files
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'
|