Trabis commited on
Commit
a8a6fa8
·
verified ·
1 Parent(s): f2f172c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -414,7 +414,7 @@ button.primary-button:hover {
414
 
415
  /* Styles des boîtes de texte */
416
  .textbox-container {
417
- background-color: #ffffff !important;
418
  padding: 1.5rem !important;
419
  border-radius: var(--border-radius) !important;
420
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
@@ -454,7 +454,7 @@ with gr.Blocks(css=custom_css) as iface:
454
  input_text = gr.Textbox(
455
  label="السؤال",
456
  placeholder="اكتب سؤالك هنا...",
457
- lines=2,
458
  elem_classes="rtl-text"
459
  )
460
 
@@ -468,7 +468,7 @@ with gr.Blocks(css=custom_css) as iface:
468
  with gr.Column(scale=1):
469
  context_box = gr.Textbox(
470
  label="السياق المستخدم",
471
- lines=8,
472
  elem_classes="rtl-text textbox-container"
473
  )
474
 
 
414
 
415
  /* Styles des boîtes de texte */
416
  .textbox-container {
417
+ background-color: #b45f06 !important;
418
  padding: 1.5rem !important;
419
  border-radius: var(--border-radius) !important;
420
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
 
454
  input_text = gr.Textbox(
455
  label="السؤال",
456
  placeholder="اكتب سؤالك هنا...",
457
+ lines=1,
458
  elem_classes="rtl-text"
459
  )
460
 
 
468
  with gr.Column(scale=1):
469
  context_box = gr.Textbox(
470
  label="السياق المستخدم",
471
+ lines=4,
472
  elem_classes="rtl-text textbox-container"
473
  )
474