Redfire-1234 commited on
Commit
0e8fe62
·
verified ·
1 Parent(s): bd22d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -1396,7 +1396,6 @@ def clean_mcq_output(text):
1396
  # ------------------------------
1397
  # HTML UI
1398
  # ------------------------------
1399
-
1400
  HTML_TEMPLATE = """
1401
  <!DOCTYPE html>
1402
  <html>
@@ -1439,8 +1438,11 @@ HTML_TEMPLATE = """
1439
  flex: 2;
1440
  }
1441
  .form-row .form-group:last-child {
1442
- flex: 1;
1443
- min-width: 140px;
 
 
 
1444
  }
1445
  label {
1446
  display: block;
 
1396
  # ------------------------------
1397
  # HTML UI
1398
  # ------------------------------
 
1399
  HTML_TEMPLATE = """
1400
  <!DOCTYPE html>
1401
  <html>
 
1438
  flex: 2;
1439
  }
1440
  .form-row .form-group:last-child {
1441
+ flex: 0 0 120px;
1442
+ }
1443
+ .form-row .form-group:last-child select {
1444
+ padding: 15px 10px;
1445
+ font-size: 15px;
1446
  }
1447
  label {
1448
  display: block;