Update app.py
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ body {
|
|
302 |
font-family: var(--font-family-arabic) !important;
|
303 |
font-size: 2rem !important;
|
304 |
font-weight: 700 !important;
|
305 |
-
color:
|
306 |
margin-bottom: 2rem !important;
|
307 |
text-align: center !important;
|
308 |
}
|
@@ -383,7 +383,7 @@ with gr.Blocks(css=custom_css) as iface:
|
|
383 |
with gr.Column():
|
384 |
answer_box = gr.Textbox(
|
385 |
label="الإجابة",
|
386 |
-
lines=
|
387 |
elem_classes="rtl-text textbox-container"
|
388 |
)
|
389 |
# with gr.Column(scale=1):
|
|
|
302 |
font-family: var(--font-family-arabic) !important;
|
303 |
font-size: 2rem !important;
|
304 |
font-weight: 700 !important;
|
305 |
+
color: #000000 !important;
|
306 |
margin-bottom: 2rem !important;
|
307 |
text-align: center !important;
|
308 |
}
|
|
|
383 |
with gr.Column():
|
384 |
answer_box = gr.Textbox(
|
385 |
label="الإجابة",
|
386 |
+
lines=5,
|
387 |
elem_classes="rtl-text textbox-container"
|
388 |
)
|
389 |
# with gr.Column(scale=1):
|