Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -253,13 +253,13 @@ button { border-radius:8px !important; font-weight:600 !important; }
|
|
| 253 |
color: #ffffff !important;
|
| 254 |
}
|
| 255 |
#model_dd label { /* the component's own label */
|
| 256 |
-
color:#
|
| 257 |
}
|
| 258 |
|
| 259 |
/* Sliders: keep labels visible */
|
| 260 |
.gradio-container .range-block label,
|
| 261 |
.gradio-container .gr-slider label {
|
| 262 |
-
color:#
|
| 263 |
}
|
| 264 |
"""
|
| 265 |
|
|
@@ -282,7 +282,7 @@ with gr.Blocks(theme=THEME, css=CUSTOM_CSS, title="EN → HI/TE Translator") as
|
|
| 282 |
gr.Markdown("<h2>English Input</h2>")
|
| 283 |
src = gr.Textbox(lines=12, placeholder="Enter English...", show_label=False)
|
| 284 |
with gr.Row():
|
| 285 |
-
translate_btn = gr.Button("
|
| 286 |
clear_btn = gr.Button("Clear", variant="secondary")
|
| 287 |
|
| 288 |
with gr.Column(scale=2):
|
|
|
|
| 253 |
color: #ffffff !important;
|
| 254 |
}
|
| 255 |
#model_dd label { /* the component's own label */
|
| 256 |
+
color:#efe4b0 !important;
|
| 257 |
}
|
| 258 |
|
| 259 |
/* Sliders: keep labels visible */
|
| 260 |
.gradio-container .range-block label,
|
| 261 |
.gradio-container .gr-slider label {
|
| 262 |
+
color:#efe4b0 !important;
|
| 263 |
}
|
| 264 |
"""
|
| 265 |
|
|
|
|
| 282 |
gr.Markdown("<h2>English Input</h2>")
|
| 283 |
src = gr.Textbox(lines=12, placeholder="Enter English...", show_label=False)
|
| 284 |
with gr.Row():
|
| 285 |
+
translate_btn = gr.Button("Translate", variant="primary")
|
| 286 |
clear_btn = gr.Button("Clear", variant="secondary")
|
| 287 |
|
| 288 |
with gr.Column(scale=2):
|