Deema commited on
Commit
5b688a7
1 Parent(s): 2a506a4

Update app.py

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