Spaces:
Sleeping
Sleeping
arjunanand13
commited on
Commit
•
eddd959
1
Parent(s):
08ecb91
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 = ["to create the TDA2x Board for AVM Applications. And TDA2x Board will be shared with TDA2x and TDA2Eco. Can TDA2Eco and TDA2x be pin-compatible?",
|
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 |
|