Talip7 commited on
Commit
a921485
·
verified ·
1 Parent(s): 6d894de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def process(text_input, pdf_file, summary_lang, style, char_limit, make_quiz):
111
  return summary
112
 
113
  with gr.Blocks(css="""
114
- .big-file-upload .file-wrap {min-height: 150px; max-height: 150px;}
115
  .big-textbox textarea {min-height: 150px !important; max-height: 150px !important;}
116
  .small-output textarea {min-height: 150px !important; max-height: 150px !important;}
117
  """) as demo:
 
111
  return summary
112
 
113
  with gr.Blocks(css="""
114
+ .big-file-upload .file-wrap {min-height: 150px !important; max-height: 150px !important;}
115
  .big-textbox textarea {min-height: 150px !important; max-height: 150px !important;}
116
  .small-output textarea {min-height: 150px !important; max-height: 150px !important;}
117
  """) as demo: