Talip7 commited on
Commit
61c0d04
·
verified ·
1 Parent(s): ffde5bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def generate_quiz(summary, lang):
82
  custom_css = """
83
  .audio-col {width: 320px !important;}
84
  .lang-col {width: 200px !important; margin-left: 16px;}
85
- .trans-box, .sum-box, .quiz-box {min-height: 60px; max-height: 120px; font-size: 1rem;}
86
  #output_row .gr-box {margin-bottom: 10px;}
87
  """
88
 
 
82
  custom_css = """
83
  .audio-col {width: 320px !important;}
84
  .lang-col {width: 200px !important; margin-left: 16px;}
85
+ .trans-box, .sum-box, .quiz-box {min-height: 60px; max-height: 210px; font-size: 1rem;}
86
  #output_row .gr-box {margin-bottom: 10px;}
87
  """
88