Deema commited on
Commit
a60a824
1 Parent(s): 110887f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -7,10 +7,15 @@ import pandas as pd
7
  import random
8
 
9
  css = """
10
- #component-19{
 
11
  flex-direction: row-reverse; /* Makes the main-axis start from the right /
12
  justify-content: flex-start; / Aligns children to the right */
13
  }
 
 
 
 
14
  """
15
 
16
  file_path = 'instructions/merged.json'
 
7
  import random
8
 
9
  css = """
10
+ #component-19
11
+ {
12
  flex-direction: row-reverse; /* Makes the main-axis start from the right /
13
  justify-content: flex-start; / Aligns children to the right */
14
  }
15
+ .rtl
16
+ {
17
+ text-align: right;
18
+ }
19
  """
20
 
21
  file_path = 'instructions/merged.json'