Trabis commited on
Commit
20e694f
·
verified ·
1 Parent(s): f9a49bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: var(--primary-color) !important;
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=4,
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):