amantitan7 commited on
Commit
e510030
1 Parent(s): 170673c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -61,7 +61,7 @@ if selected == "Home":
61
  return json.load(f)
62
 
63
 
64
- Tbr = load_lottiefile("images/t.json")
65
  with col1:
66
  st_lottie(Tbr,
67
  loop=True,
@@ -69,21 +69,21 @@ if selected == "Home":
69
  key="hello")
70
 
71
 
72
- Obr = load_lottiefile("images/o.json")
73
  with col2:
74
  st_lottie(Obr,
75
  speed=0.28,
76
  key="O")
77
 
78
 
79
- Xbr = load_lottiefile("images/x.json")
80
  with col3:
81
  st_lottie(Xbr,
82
  speed=0.28,
83
  key="X")
84
 
85
 
86
- Ibr = load_lottiefile("images/i.json")
87
  with col4:
88
  st_lottie(Ibr,
89
  speed=0.28,
@@ -91,7 +91,7 @@ if selected == "Home":
91
 
92
 
93
 
94
- Cbr = load_lottiefile("images/c.json")
95
  with col5:
96
  st_lottie(Cbr,
97
  speed=0.28,
@@ -110,7 +110,7 @@ if selected == "Home":
110
  key="TT")
111
 
112
 
113
- Ybr = load_lottiefile("images/y.json")
114
  with col8:
115
  st_lottie(Ybr,
116
  speed=0.28,
 
61
  return json.load(f)
62
 
63
 
64
+ Tbr = load_lottiefile("t.json")
65
  with col1:
66
  st_lottie(Tbr,
67
  loop=True,
 
69
  key="hello")
70
 
71
 
72
+ Obr = load_lottiefile("o.json")
73
  with col2:
74
  st_lottie(Obr,
75
  speed=0.28,
76
  key="O")
77
 
78
 
79
+ Xbr = load_lottiefile("x.json")
80
  with col3:
81
  st_lottie(Xbr,
82
  speed=0.28,
83
  key="X")
84
 
85
 
86
+ Ibr = load_lottiefile("i.json")
87
  with col4:
88
  st_lottie(Ibr,
89
  speed=0.28,
 
91
 
92
 
93
 
94
+ Cbr = load_lottiefile("c.json")
95
  with col5:
96
  st_lottie(Cbr,
97
  speed=0.28,
 
110
  key="TT")
111
 
112
 
113
+ Ybr = load_lottiefile("y.json")
114
  with col8:
115
  st_lottie(Ybr,
116
  speed=0.28,