prithivMLmods commited on
Commit
b7ceadf
·
verified ·
1 Parent(s): 434fd40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: 300px;
214
  overflow: auto;
215
  border: 1px solid #ccc;
216
  }
 
210
  # CSS for output styling
211
  css = """
212
  #output {
213
+ height: 400px;
214
  overflow: auto;
215
  border: 1px solid #ccc;
216
  }