Jaward commited on
Commit
81486d4
·
verified ·
1 Parent(s): bd4d034

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1242,7 +1242,7 @@ with gr.Blocks(
1242
  h2 {text-align: center}
1243
  #lecture-container {font-family: 'Times New Roman', Times, serif;}
1244
  #slide-content {font-size: 48px; line-height: 1.2;}
1245
- #form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; font-weight: 900; color: #000; background-color: white;}
1246
  #download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
1247
  #slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
1248
  button {transition: background-color 0.3s;}
 
1242
  h2 {text-align: center}
1243
  #lecture-container {font-family: 'Times New Roman', Times, serif;}
1244
  #slide-content {font-size: 48px; line-height: 1.2;}
1245
+ #form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; color: #000; background-color: white;}
1246
  #download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
1247
  #slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
1248
  button {transition: background-color 0.3s;}