Commit ·
49fa0e5
1
Parent(s): f86d510
fixing 5
Browse files
app.py
CHANGED
|
@@ -78,6 +78,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 78 |
show_copy_button=False,
|
| 79 |
visible=False,
|
| 80 |
container=True,
|
|
|
|
| 81 |
elem_id="loading-state"
|
| 82 |
)
|
| 83 |
|
|
@@ -173,7 +174,7 @@ with gr.Blocks(title="DeepV for RTL (Model-Agnostic)", theme=gr.themes.Soft()) a
|
|
| 173 |
text-align: center;
|
| 174 |
font-size: 1.2em;
|
| 175 |
font-weight: bold;
|
| 176 |
-
color: #
|
| 177 |
background-color: #e6f2ff; /* A light blue that matches the soft theme */
|
| 178 |
animation: pulse 1s infinite;
|
| 179 |
}
|
|
|
|
| 78 |
show_copy_button=False,
|
| 79 |
visible=False,
|
| 80 |
container=True,
|
| 81 |
+
label=None, # This is the key change
|
| 82 |
elem_id="loading-state"
|
| 83 |
)
|
| 84 |
|
|
|
|
| 174 |
text-align: center;
|
| 175 |
font-size: 1.2em;
|
| 176 |
font-weight: bold;
|
| 177 |
+
color: #4B90F6; /* The light blue you wanted */
|
| 178 |
background-color: #e6f2ff; /* A light blue that matches the soft theme */
|
| 179 |
animation: pulse 1s infinite;
|
| 180 |
}
|