Deema commited on
Commit
522ea31
·
verified ·
1 Parent(s): 301880e

Update app.py

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