pratikshahp commited on
Commit
80f3970
·
verified ·
1 Parent(s): 7e40617

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ with gr.Blocks() as demo:
34
  file_upload = gr.File(label="Upload Text File", type="filepath")
35
 
36
  # Text input area
37
- text_input = gr.Textbox(label="Or Paste Your Text Here", lines=100)
38
 
39
  # Output area for the summary
40
  summary_output = gr.Textbox(label="Summary", lines=5)
 
34
  file_upload = gr.File(label="Upload Text File", type="filepath")
35
 
36
  # Text input area
37
+ text_input = gr.Textbox(label="Or Paste Your Text Here", lines=10)
38
 
39
  # Output area for the summary
40
  summary_output = gr.Textbox(label="Summary", lines=5)