Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
5c9cfbf
1
Parent(s):
4c4e574
Update app.py
Browse files
app.py
CHANGED
@@ -128,9 +128,9 @@ if __name__ == "__main__":
|
|
128 |
font-weight: bold; /* Make text bold */
|
129 |
}
|
130 |
"""
|
131 |
-
EXAMPLES = ["
|
132 |
"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?",
|
133 |
-
"
|
134 |
|
135 |
file_path = "ticketNames.txt"
|
136 |
|
|
|
128 |
font-weight: bold; /* Make text bold */
|
129 |
}
|
130 |
"""
|
131 |
+
EXAMPLES = ["Does the VIP modules & CSI2 module could work simultaneously? ",
|
132 |
"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?",
|
133 |
+
"Could you clarify the maximum number of cameras that can be connected simultaneously to the video input ports on the TDA2x SoC, considering it supports up to 10 multiplexed input ports and includes 3 dedicated video input modules?"]
|
134 |
|
135 |
file_path = "ticketNames.txt"
|
136 |
|