emrecan commited on
Commit
57d0c4a
·
1 Parent(s): cb92f77

rm height from text areas

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -28,13 +28,11 @@ col1.subheader("Candidate labels")
28
  labels = col1.text_area(
29
  label="These are the labels that the model will try to predict for the given text input. Your input labels should be comma separated and meaningful.",
30
  value="spor,dünya,siyaset,ekonomi,kültür ve sanat",
31
- height=10,
32
  )
33
  col2.subheader("Prompt template")
34
  prompt_template = col2.text_area(
35
  label="Prompt template is used to transform NLI and NSP tasks into a general-use zero-shot classifier. Models replace {} with the labels that you have given.",
36
  value="Bu metin {} kategorisine aittir",
37
- height=10,
38
  )
39
 
40
  col1.header("Make predictions")
 
28
  labels = col1.text_area(
29
  label="These are the labels that the model will try to predict for the given text input. Your input labels should be comma separated and meaningful.",
30
  value="spor,dünya,siyaset,ekonomi,kültür ve sanat",
 
31
  )
32
  col2.subheader("Prompt template")
33
  prompt_template = col2.text_area(
34
  label="Prompt template is used to transform NLI and NSP tasks into a general-use zero-shot classifier. Models replace {} with the labels that you have given.",
35
  value="Bu metin {} kategorisine aittir",
 
36
  )
37
 
38
  col1.header("Make predictions")