Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
9c7303c
1
Parent(s):
db67ed2
Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ def qa_infer(query):
|
|
181 |
download_link = f'<a href="file/{output_file}" download>Download Output File</a>'
|
182 |
return content, result['answer'], download_link
|
183 |
|
184 |
-
EXAMPLES = ["
|
185 |
"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?",
|
186 |
"Master core in TDA2XX is a15 and in TDA3XX it is m4,so we have to shift all modules that are being used by a15 in TDA2XX to m4 in TDA3xx."]
|
187 |
|
|
|
181 |
download_link = f'<a href="file/{output_file}" download>Download Output File</a>'
|
182 |
return content, result['answer'], download_link
|
183 |
|
184 |
+
EXAMPLES = ["Can the SSC feature be enabled on DPLL_VIDEO1 using the PLL_SSC_CONFIGURATION1[EN_SSC] register to mitigate EMI issues on VOUT1?",
|
185 |
"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?",
|
186 |
"Master core in TDA2XX is a15 and in TDA3XX it is m4,so we have to shift all modules that are being used by a15 in TDA2XX to m4 in TDA3xx."]
|
187 |
|