Snigdhapaul2003 commited on
Commit
a1a0206
·
verified ·
1 Parent(s): 2269f28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def generate_interface():
228
  generate_button = gr.Button("Generate Question Paper")
229
 
230
  with gr.Row():
231
- output_text = gr.Textbox(label="Generated Question Paper", lines=15, interactive=False)
232
  download_button = gr.File(label="Download as Word Document")
233
 
234
  # Update the visibility of section inputs based on `number_of_sections`
 
228
  generate_button = gr.Button("Generate Question Paper")
229
 
230
  with gr.Row():
231
+ output_text = gr.Textbox(label="Generated Question Paper", lines=10, interactive=False)
232
  download_button = gr.File(label="Download as Word Document")
233
 
234
  # Update the visibility of section inputs based on `number_of_sections`