Brasd99 commited on
Commit
b7d68af
1 Parent(s): e6fa7d1

Changed placeholder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(theme='soft', title='AnswerMate') as blocks:
92
  with gr.Row():
93
  tags_input = gr.Textbox(
94
  label=f'Enter tags (each line is a separate tag). Maximum: {max_tags_count}.',
95
- placeholder='.Net\nC#',
96
  lines=max_tags_count
97
  )
98
  questions_input = gr.Textbox(
 
92
  with gr.Row():
93
  tags_input = gr.Textbox(
94
  label=f'Enter tags (each line is a separate tag). Maximum: {max_tags_count}.',
95
+ placeholder='.NET\nC#',
96
  lines=max_tags_count
97
  )
98
  questions_input = gr.Textbox(