Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ def add_custom_css():
|
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
background-color: #f7f9fc;
|
| 11 |
-
color:
|
| 12 |
font-family: 'Arial', sans-serif;
|
| 13 |
}
|
| 14 |
.main > div {
|
|
@@ -18,7 +18,7 @@ def add_custom_css():
|
|
| 18 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 19 |
}
|
| 20 |
input[type="password"], input[type="text"] {
|
| 21 |
-
border: 2px solid #
|
| 22 |
border-radius: 5px;
|
| 23 |
padding: 10px;
|
| 24 |
margin-bottom: 10px;
|
|
@@ -93,4 +93,3 @@ st.markdown(
|
|
| 93 |
"<div style='text-align: center;'>✨ <strong>Powered by Groq AI</strong> ✨</div>",
|
| 94 |
unsafe_allow_html=True
|
| 95 |
)
|
| 96 |
-
|
|
|
|
| 8 |
<style>
|
| 9 |
body {
|
| 10 |
background-color: #f7f9fc;
|
| 11 |
+
color: #333;
|
| 12 |
font-family: 'Arial', sans-serif;
|
| 13 |
}
|
| 14 |
.main > div {
|
|
|
|
| 18 |
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 19 |
}
|
| 20 |
input[type="password"], input[type="text"] {
|
| 21 |
+
border: 2px solid #333;
|
| 22 |
border-radius: 5px;
|
| 23 |
padding: 10px;
|
| 24 |
margin-bottom: 10px;
|
|
|
|
| 93 |
"<div style='text-align: center;'>✨ <strong>Powered by Groq AI</strong> ✨</div>",
|
| 94 |
unsafe_allow_html=True
|
| 95 |
)
|
|
|