Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,7 @@ light_css = """
|
|
56 |
padding: 10px;
|
57 |
font-size: 14px;
|
58 |
outline: none;
|
|
|
59 |
}
|
60 |
#send-button {
|
61 |
border: none;
|
@@ -63,8 +64,8 @@ light_css = """
|
|
63 |
cursor: pointer;
|
64 |
padding: 2px; /* Reduced padding for smaller button */
|
65 |
font-size: 12px;
|
66 |
-
width:
|
67 |
-
height:
|
68 |
color: #007BFF;
|
69 |
transition: opacity 0.3s;
|
70 |
}
|
|
|
56 |
padding: 10px;
|
57 |
font-size: 14px;
|
58 |
outline: none;
|
59 |
+
margin-right: 5px; /* Add some space between input and button */
|
60 |
}
|
61 |
#send-button {
|
62 |
border: none;
|
|
|
64 |
cursor: pointer;
|
65 |
padding: 2px; /* Reduced padding for smaller button */
|
66 |
font-size: 12px;
|
67 |
+
width: 30px; /* Adjusted width for smaller button */
|
68 |
+
height: 30px; /* Adjusted height for smaller button */
|
69 |
color: #007BFF;
|
70 |
transition: opacity 0.3s;
|
71 |
}
|