Jaward commited on
Commit
4358343
·
verified ·
1 Parent(s): 871e743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1236,13 +1236,13 @@ with gr.Blocks(
1236
  title="Agent Feynman",
1237
  css="""
1238
  h1 {text-align: center; color: white !important;}
1239
- h2 {text-align: center; white !important;}
1240
  #lecture-container {font-family: 'Times New Roman', Times, serif;}
1241
  #slide-content {font-size: 48px; line-height: 1.2;}
1242
  #form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; font-weight: 900; color: #000; background-color: white;}
1243
  #download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
1244
  #slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
1245
  .gradio-container { background: linear-gradient(135deg, #2a2a2a, #6a6a6a); box-shadow: 0 0 2rem rgba(255, 255, 255, 0.14);padding-top: 30px;}
 
1246
  button {transition: background-color 0.3s;}
1247
  button:hover {background-color: #e0e0e0;}
1248
  """,
 
1236
  title="Agent Feynman",
1237
  css="""
1238
  h1 {text-align: center; color: white !important;}
 
1239
  #lecture-container {font-family: 'Times New Roman', Times, serif;}
1240
  #slide-content {font-size: 48px; line-height: 1.2;}
1241
  #form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; font-weight: 900; color: #000; background-color: white;}
1242
  #download {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px;}
1243
  #slide-display {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; background-color: white;}
1244
  .gradio-container { background: linear-gradient(135deg, #2a2a2a, #6a6a6a); box-shadow: 0 0 2rem rgba(255, 255, 255, 0.14);padding-top: 30px;}
1245
+ .gradio-container-5-29-0 .prose :last-child {color: #fff !important; }
1246
  button {transition: background-color 0.3s;}
1247
  button:hover {background-color: #e0e0e0;}
1248
  """,