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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -7,10 +7,11 @@ import pandas as pd
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'
16
  df = pd.read_json(file_path, orient='records', lines=False)
 
7
  import random
8
 
9
  css = """
10
+ #component-17{
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'
17
  df = pd.read_json(file_path, orient='records', lines=False)