Khaled21 commited on
Commit
b73c658
·
1 Parent(s): 2a0c574

Update text area again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,4 +5,4 @@ model_name = "SamLowe/roberta-base-go_emotions"
5
 
6
  pipe = pipeline(task="text-classification", model=model_name)
7
 
8
- user_text = st.text_area("Explain your feelings please")
 
5
 
6
  pipe = pipeline(task="text-classification", model=model_name)
7
 
8
+ user_text = st.text_area("Explain your feelings")