Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1207,6 +1207,7 @@ with gr.Blocks(
|
|
1207 |
title="Agent Feynman",
|
1208 |
css="""
|
1209 |
h1 {text-align: center}
|
|
|
1210 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
1211 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
1212 |
#form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; font-weight: 900; color: #000; background-color: white;}
|
|
|
1207 |
title="Agent Feynman",
|
1208 |
css="""
|
1209 |
h1 {text-align: center}
|
1210 |
+
h2 {text-align: center}
|
1211 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
1212 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
1213 |
#form-group {box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important; border-radius: 30px; font-weight: 900; color: #000; background-color: white;}
|