sobir-hf commited on
Commit
09a7974
·
1 Parent(s): b56c828

Changed UI string

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
19
  model_output = predict(model, tokenizer, user_input, device)
20
 
21
  # Display the model's output in a text area box
22
- st.text_area('The sentiment of the text is:', value=str(model_output), max_chars=None, key=None)
 
19
  model_output = predict(model, tokenizer, user_input, device)
20
 
21
  # Display the model's output in a text area box
22
+ st.text_area('Transliteration:', value=str(model_output), max_chars=None, key=None)