Nischal Subedi
commited on
Commit
·
331fa8e
1
Parent(s):
78668ec
UI update
Browse files
app.py
CHANGED
|
@@ -468,7 +468,7 @@ Answer:"""
|
|
| 468 |
padding: 1.25rem 1.75rem !important; /* Inner padding for the title bar */
|
| 469 |
border-top-left-radius: 10px !important; /* Match parent's border radius */
|
| 470 |
border-top-right-radius: 10px !important;
|
| 471 |
-
margin-bottom: 0.
|
| 472 |
text-align: center !important; /* Ensure content inside this bar is centered */
|
| 473 |
box-sizing: border-box; /* Include padding in width */
|
| 474 |
width: 100%; /* Ensure it spans full width */
|
|
@@ -533,7 +533,7 @@ Answer:"""
|
|
| 533 |
|
| 534 |
/* Improved input styling with clear boundaries and focus */
|
| 535 |
.gradio-textbox {
|
| 536 |
-
margin-bottom: 0.
|
| 537 |
}
|
| 538 |
/* Target the actual input elements for background color */
|
| 539 |
.gradio-textbox textarea,
|
|
@@ -583,7 +583,7 @@ Answer:"""
|
|
| 583 |
cursor: pointer !important;
|
| 584 |
transition: all 0.2s ease-out !important;
|
| 585 |
box-shadow: var(--shadow-sm) !important;
|
| 586 |
-
margin: 0.
|
| 587 |
width: 100% !important; /* Ensure options take full width of their column */
|
| 588 |
box-sizing: border-box !important; /* Include padding/border in width */
|
| 589 |
}
|
|
|
|
| 468 |
padding: 1.25rem 1.75rem !important; /* Inner padding for the title bar */
|
| 469 |
border-top-left-radius: 10px !important; /* Match parent's border radius */
|
| 470 |
border-top-right-radius: 10px !important;
|
| 471 |
+
margin-bottom: 0.3rem !important; /* Adjusted from 1rem to reduce space below title bar */
|
| 472 |
text-align: center !important; /* Ensure content inside this bar is centered */
|
| 473 |
box-sizing: border-box; /* Include padding in width */
|
| 474 |
width: 100%; /* Ensure it spans full width */
|
|
|
|
| 533 |
|
| 534 |
/* Improved input styling with clear boundaries and focus */
|
| 535 |
.gradio-textbox {
|
| 536 |
+
margin-bottom: 0.5rem !important;
|
| 537 |
}
|
| 538 |
/* Target the actual input elements for background color */
|
| 539 |
.gradio-textbox textarea,
|
|
|
|
| 583 |
cursor: pointer !important;
|
| 584 |
transition: all 0.2s ease-out !important;
|
| 585 |
box-shadow: var(--shadow-sm) !important;
|
| 586 |
+
margin: 0.2rem 0 !important; /* Increased vertical margin between options */
|
| 587 |
width: 100% !important; /* Ensure options take full width of their column */
|
| 588 |
box-sizing: border-box !important; /* Include padding/border in width */
|
| 589 |
}
|