Talip7 commited on
Commit
081cf99
·
verified ·
1 Parent(s): 63f1f20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -111,9 +111,9 @@ 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: 370px; max-height: 370px;}
115
- .big-textbox textarea {min-height: 370px !important; max-height: 370px !important;}
116
- .small-output textarea {min-height: 110px !important; max-height: 110px !important;}
117
  """) as demo:
118
  gr.Markdown("## 🌍 Multilingual Summarizer + Quiz Generator")
119
 
 
111
  return summary
112
 
113
  with gr.Blocks(css="""
114
+ .big-file-upload .file-wrap {min-height: 210px; max-height: 210px;}
115
+ .big-textbox textarea {min-height: 210px !important; max-height: 210px !important;}
116
+ .small-output textarea {min-height: 210px !important; max-height: 210px !important;}
117
  """) as demo:
118
  gr.Markdown("## 🌍 Multilingual Summarizer + Quiz Generator")
119