Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ theme = gr.themes.Soft(
|
|
| 206 |
# Custom CSS
|
| 207 |
custom_css = """
|
| 208 |
.tight-header {
|
| 209 |
-
margin-bottom: -
|
| 210 |
padding-bottom: 0px !important;
|
| 211 |
}
|
| 212 |
.tight-content {
|
|
@@ -279,8 +279,7 @@ with gr.Blocks(title="AI Python Tutor", theme=theme, fill_height=True, css=custo
|
|
| 279 |
|
| 280 |
# Right Column: Resources Dashboard (Side View)
|
| 281 |
with gr.Column(scale=2, elem_classes="scrollable-right-col") as right_col:
|
| 282 |
-
|
| 283 |
-
|
| 284 |
# Moved Key Takeaways INSIDE the tabs to prevent vertical overflow
|
| 285 |
with gr.Tabs():
|
| 286 |
with gr.TabItem("📝 Takeaways"):
|
|
|
|
| 206 |
# Custom CSS
|
| 207 |
custom_css = """
|
| 208 |
.tight-header {
|
| 209 |
+
margin-bottom: -40px !important;
|
| 210 |
padding-bottom: 0px !important;
|
| 211 |
}
|
| 212 |
.tight-content {
|
|
|
|
| 279 |
|
| 280 |
# Right Column: Resources Dashboard (Side View)
|
| 281 |
with gr.Column(scale=2, elem_classes="scrollable-right-col") as right_col:
|
| 282 |
+
|
|
|
|
| 283 |
# Moved Key Takeaways INSIDE the tabs to prevent vertical overflow
|
| 284 |
with gr.Tabs():
|
| 285 |
with gr.TabItem("📝 Takeaways"):
|