Deema commited on
Commit
301880e
·
verified ·
1 Parent(s): 9119a48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -13,6 +13,8 @@ css = """
13
  .selectize-dropdown, .selectize-input {
14
  direction: rtl !important;
15
  }
 
 
16
  """
17
 
18
  file_path = 'instructions/merged.json'
 
13
  .selectize-dropdown, .selectize-input {
14
  direction: rtl !important;
15
  }
16
+ flex-direction: row-reverse; /* Makes the main-axis start from the right */
17
+ justify-content: flex-start; /* Aligns children to the right */
18
  """
19
 
20
  file_path = 'instructions/merged.json'