Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ def generate_docx(media_path, plain_text, font_choice, font_size, line_spacing,
|
|
210 |
# CSS for output styling
|
211 |
css = """
|
212 |
#output {
|
213 |
-
height:
|
214 |
overflow: auto;
|
215 |
border: 1px solid #ccc;
|
216 |
}
|
|
|
210 |
# CSS for output styling
|
211 |
css = """
|
212 |
#output {
|
213 |
+
height: 300px;
|
214 |
overflow: auto;
|
215 |
border: 1px solid #ccc;
|
216 |
}
|