Update app.py
Browse files
app.py
CHANGED
|
@@ -144,6 +144,11 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 144 |
demo.css = """
|
| 145 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
|
| 146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
#main-title {
|
| 148 |
font-family: 'Poppins', sans-serif;
|
| 149 |
font-weight: 600;
|
|
|
|
| 144 |
demo.css = """
|
| 145 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');
|
| 146 |
|
| 147 |
+
/* New CSS to prevent screen flutter */
|
| 148 |
+
.gr-accordion > .accordion-content {
|
| 149 |
+
min-height: 100px; /* Adjust this value as needed */
|
| 150 |
+
}
|
| 151 |
+
|
| 152 |
#main-title {
|
| 153 |
font-family: 'Poppins', sans-serif;
|
| 154 |
font-weight: 600;
|