iabualhaol commited on
Commit
82859ea
·
1 Parent(s): 479c05b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -33,7 +33,9 @@ def main():
33
  fn=summarize,
34
  inputs=[
35
  gr.Textbox(label="API Key", type="password"),
36
- gr.Textbox(label="Text to Summarize", placeholder="Enter your text here...")
 
 
37
  ],
38
  outputs=gr.Textbox(label="Summary"),
39
  live=False,
 
33
  fn=summarize,
34
  inputs=[
35
  gr.Textbox(label="API Key", type="password"),
36
+ gr.Textbox(label="Text to Summarize",
37
+ placeholder="Enter your text here...",
38
+ height=200 )
39
  ],
40
  outputs=gr.Textbox(label="Summary"),
41
  live=False,