Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
| 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; 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:
|