Brasd99 commited on
Commit
fd14ab3
1 Parent(s): fa7cec5
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
  placeholder='.Net\nC#',
93
  lines=5)
94
  questions_input = gr.Textbox(
95
- label='Enter questions (each line is a separate question). Maximum 25.',
96
  placeholder='What is inheritance, encapsulation, abstraction, polymorphism?\nWhat is CLR?',
97
  lines=25)
98
  process_button = gr.Button('Find answers')
 
92
  placeholder='.Net\nC#',
93
  lines=5)
94
  questions_input = gr.Textbox(
95
+ label='Enter questions (each line is a separate question). Maximum: 25.',
96
  placeholder='What is inheritance, encapsulation, abstraction, polymorphism?\nWhat is CLR?',
97
  lines=25)
98
  process_button = gr.Button('Find answers')