Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
295fe00
1
Parent(s):
76e622b
Update app.py
Browse files
app.py
CHANGED
@@ -188,7 +188,7 @@ css_code = """
|
|
188 |
|
189 |
/* Button styling for all buttons */
|
190 |
button {
|
191 |
-
background-color: #
|
192 |
color: black;
|
193 |
border: 1px solid black;
|
194 |
padding: 10px;
|
@@ -197,11 +197,7 @@ css_code = """
|
|
197 |
font-weight: bold; /* Make text bold */
|
198 |
}
|
199 |
|
200 |
-
|
201 |
-
button:nth-child(2) {
|
202 |
-
background-color: #927fc7;
|
203 |
-
color: black;
|
204 |
-
}
|
205 |
"""
|
206 |
EXAMPLES = ["Can the SSC feature be enabled on DPLL_VIDEO1 using the PLL_SSC_CONFIGURATION1[EN_SSC] register to mitigate EMI issues on VOUT1?",
|
207 |
"I'm using Code Composer Studio 5.4.0.00091 and enabled FPv4SPD16 floating point support for CortexM4 in TDA2. However, after building the project, the .asm file shows --float_support=vfplib instead of FPv4SPD16. Why is this happening?",
|
|
|
188 |
|
189 |
/* Button styling for all buttons */
|
190 |
button {
|
191 |
+
background-color: #927fc7; /* Default color for all other buttons */
|
192 |
color: black;
|
193 |
border: 1px solid black;
|
194 |
padding: 10px;
|
|
|
197 |
font-weight: bold; /* Make text bold */
|
198 |
}
|
199 |
|
200 |
+
|
|
|
|
|
|
|
|
|
201 |
"""
|
202 |
EXAMPLES = ["Can the SSC feature be enabled on DPLL_VIDEO1 using the PLL_SSC_CONFIGURATION1[EN_SSC] register to mitigate EMI issues on VOUT1?",
|
203 |
"I'm using Code Composer Studio 5.4.0.00091 and enabled FPv4SPD16 floating point support for CortexM4 in TDA2. However, after building the project, the .asm file shows --float_support=vfplib instead of FPv4SPD16. Why is this happening?",
|