Yussifweb3 commited on
Commit
9ecd664
·
verified ·
1 Parent(s): 1930eeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -124
app.py CHANGED
@@ -18,130 +18,7 @@
18
 
19
  }
20
 
21
- .container {
22
- max-width: 900px;
23
- margin: 0 auto;
24
- }
25
-
26
- header {
27
- text-align: center;
28
-
29
- }
30
-
31
- h1 {
32
- font-size: 2.5%;
33
- margin-bottom: 1%;
34
- color: #4f46e5;
35
- animation: fadeIn 0.5s ease-in;
36
- }
37
-
38
- .description {
39
- color: #6b7280;
40
- font-size: 1.1%;
41
- margin-bottom: 0.5%;
42
- animation: fadeIn 0.5s ease-in 0.2s backwards;
43
- }
44
-
45
- .iframe-container {
46
- background: white;
47
- padding: 2rem;
48
- border-radius: 1rem;
49
- box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
50
- margin-bottom: 2rem;
51
- animation: slideUp 0.5s ease-out 0.4s backwards;
52
- }
53
-
54
- iframe {
55
- width: 100%;
56
- border: none;
57
- border-radius: 0.5rem;
58
- background: white;
59
- }
60
-
61
- .tips {
62
- background: #f0f9ff;
63
- padding: 1.5rem;
64
- border-radius: 0.5rem;
65
- margin-top: 2rem;
66
- border: 1px solid #bae6fd;
67
- animation: fadeIn 0.5s ease-in 0.6s backwards;
68
- }
69
-
70
- .tips h2 {
71
- color: #0369a1;
72
- font-size: 1.25rem;
73
- margin-bottom: 1rem;
74
- }
75
-
76
- .tips ul {
77
- list-style-position: inside;
78
- color: #0c4a6e;
79
- }
80
-
81
- .tips li {
82
- margin-bottom: 0.5rem;
83
- }
84
-
85
- @keyframes fadeIn {
86
- from {
87
- opacity: 0;
88
- }
89
- to {
90
- opacity: 1;
91
- }
92
- }
93
-
94
- @keyframes slideUp {
95
- from {
96
- opacity: 0;
97
- transform: translateY(20px);
98
- }
99
- to {
100
- opacity: 1;
101
- transform: translateY(0);
102
- }
103
- }
104
-
105
- @media (max-width: 900px) {
106
- body {
107
- padding: 1rem;
108
- }
109
-
110
- h1 {
111
- font-size: 2rem;
112
- }
113
-
114
- .iframe-container {
115
- padding: 1rem;
116
- }
117
-
118
- iframe {
119
- height: 600px;
120
- }
121
- }
122
-
123
- .loader {
124
- display: flex;
125
- justify-content: center;
126
- align-items: center;
127
- height: 450px;
128
- background: #f9fafb;
129
- border-radius: 0.5rem;
130
- }
131
-
132
- .loader-spinner {
133
- width: 50px;
134
- height: 50px;
135
- border: 5px solid #f3f3f3;
136
- border-top: 5px solid #4f46e5;
137
- border-radius: 50%;
138
- animation: spin 1s linear infinite;
139
- }
140
-
141
- @keyframes spin {
142
- 0% { transform: rotate(0deg); }
143
- 100% { transform: rotate(360deg); }
144
- }
145
  </style>
146
  </head>
147
  <body>
 
18
 
19
  }
20
 
21
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  </style>
23
  </head>
24
  <body>