Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -82,7 +82,7 @@ demo = gr.Interface(
|
|
| 82 |
"| 1 | Rich Mixture | Incorrect sensor performance, High fuel pressure, etc. |\n"
|
| 83 |
"| 2 | Lean Mixture | Incorrect sensor performance, low fuel pressure, etc. |\n"
|
| 84 |
"| 3 | Low Voltage | Worn spark plugs, faulty ignition cables, etc. |\n"
|
| 85 |
-
)
|
| 86 |
examples=[["sample.csv"]]
|
| 87 |
)
|
| 88 |
|
|
|
|
| 82 |
"| 1 | Rich Mixture | Incorrect sensor performance, High fuel pressure, etc. |\n"
|
| 83 |
"| 2 | Lean Mixture | Incorrect sensor performance, low fuel pressure, etc. |\n"
|
| 84 |
"| 3 | Low Voltage | Worn spark plugs, faulty ignition cables, etc. |\n"
|
| 85 |
+
),
|
| 86 |
examples=[["sample.csv"]]
|
| 87 |
)
|
| 88 |
|