stevengrove commited on
Commit
55ca90b
1 Parent(s): 1a57f7f

revise type

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -121,7 +121,7 @@ if __name__ == '__main__':
121
  with gr.Row():
122
  pos_txt = gr.Textbox(
123
  lines=2,
124
- label='Postive Tags',
125
  elem_id='pos_textbox',
126
  placeholder='Enter positive tags split by semicolon')
127
  with gr.Row():
@@ -133,7 +133,7 @@ if __name__ == '__main__':
133
  placeholder='Enter negative tags split by semicolon')
134
  with gr.Row():
135
  input_txt = gr.Textbox(
136
- lines=5,
137
  label='Input',
138
  elem_id='input_textbox',
139
  placeholder='Enter text and press submit')
 
121
  with gr.Row():
122
  pos_txt = gr.Textbox(
123
  lines=2,
124
+ label='Positive Tags',
125
  elem_id='pos_textbox',
126
  placeholder='Enter positive tags split by semicolon')
127
  with gr.Row():
 
133
  placeholder='Enter negative tags split by semicolon')
134
  with gr.Row():
135
  input_txt = gr.Textbox(
136
+ lines=4,
137
  label='Input',
138
  elem_id='input_textbox',
139
  placeholder='Enter text and press submit')