Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1459,7 +1459,7 @@ async def study_mode_process(file, api_service, api_key):
|
|
| 1459 |
with gr.Blocks(
|
| 1460 |
title="Lectūra AI",
|
| 1461 |
css="""
|
| 1462 |
-
h1 {text-align: center; color: #
|
| 1463 |
.gradio-container-5-29-0 .prose :last-child {color: #fff !important; }
|
| 1464 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
| 1465 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
|
@@ -1502,6 +1502,7 @@ with gr.Blocks(
|
|
| 1502 |
#chatbot {border-radius: 20px !important;}
|
| 1503 |
#chat-input-row {align-items: center !important;}
|
| 1504 |
.gradio-container { background-color: white !important; color: black !important;}
|
|
|
|
| 1505 |
""",
|
| 1506 |
js=js_code,
|
| 1507 |
head='<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">'
|
|
|
|
| 1459 |
with gr.Blocks(
|
| 1460 |
title="Lectūra AI",
|
| 1461 |
css="""
|
| 1462 |
+
h1 {text-align: center; color: #000 !important;}
|
| 1463 |
.gradio-container-5-29-0 .prose :last-child {color: #fff !important; }
|
| 1464 |
#lecture-container {font-family: 'Times New Roman', Times, serif;}
|
| 1465 |
#slide-content {font-size: 48px; line-height: 1.2;}
|
|
|
|
| 1502 |
#chatbot {border-radius: 20px !important;}
|
| 1503 |
#chat-input-row {align-items: center !important;}
|
| 1504 |
.gradio-container { background-color: white !important; color: black !important;}
|
| 1505 |
+
main {max-width: fit-content !important}
|
| 1506 |
""",
|
| 1507 |
js=js_code,
|
| 1508 |
head='<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">'
|