paddle12 commited on
Commit
ad8afc8
·
verified ·
1 Parent(s): d4a928a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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