jlsonon commited on
Commit
00d0106
·
verified ·
1 Parent(s): 4325ed1

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ iface = gr.Interface(
120
  gr.File(file_count="multiple", label="Upload PDFs (optional)")
121
  ],
122
  outputs=[
123
- gr.Textbox(label="Generated Notes"),
124
  gr.File(label="Download as PDF"),
125
  gr.File(label="Download as DOCX")
126
  ],
 
120
  gr.File(file_count="multiple", label="Upload PDFs (optional)")
121
  ],
122
  outputs=[
123
+ gr.Textbox(label="Generated Notes", lines=15),
124
  gr.File(label="Download as PDF"),
125
  gr.File(label="Download as DOCX")
126
  ],