omarash2016 commited on
Commit
fafa925
·
verified ·
1 Parent(s): 21a9757

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -206,7 +206,7 @@ theme = gr.themes.Soft(
206
  # Custom CSS
207
  custom_css = """
208
  .tight-header {
209
- margin-bottom: -495px !important;
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
- gr.Markdown("### 🎒 Learning Dashboard", elem_classes="tight-header")
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"):