Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,20 +17,6 @@ def add_custom_css():
|
|
17 |
padding: 20px;
|
18 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
19 |
}
|
20 |
-
input[type="password"], input[type="text"] {
|
21 |
-
background: none; /* Removes background color */
|
22 |
-
border: 2px solid #333;
|
23 |
-
border-radius: 5px;
|
24 |
-
padding: 10px;
|
25 |
-
margin-bottom: 10px;
|
26 |
-
width: 100%;
|
27 |
-
color: #333;
|
28 |
-
}
|
29 |
-
input[type="password"]:focus, input[type="text"]:focus {
|
30 |
-
outline: none; /* Removes the default blue outline */
|
31 |
-
border-color: #4CAF50; /* Add a green border when focused */
|
32 |
-
box-shadow: 0 0 5px rgba(76, 175, 80, 0.5); /* Adds a subtle shadow */
|
33 |
-
}
|
34 |
button {
|
35 |
background-color: #4CAF50;
|
36 |
color: white;
|
@@ -99,4 +85,4 @@ st.markdown("---")
|
|
99 |
st.markdown(
|
100 |
"<div style='text-align: center;'>✨ <strong>Powered by Groq AI</strong> ✨</div>",
|
101 |
unsafe_allow_html=True
|
102 |
-
)
|
|
|
17 |
padding: 20px;
|
18 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
19 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
button {
|
21 |
background-color: #4CAF50;
|
22 |
color: white;
|
|
|
85 |
st.markdown(
|
86 |
"<div style='text-align: center;'>✨ <strong>Powered by Groq AI</strong> ✨</div>",
|
87 |
unsafe_allow_html=True
|
88 |
+
)
|