Parthebhan commited on
Commit
6bb9bbb
·
verified ·
1 Parent(s): f1cc3ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ automatidata_ga = gr.Interface(fn=automatidata,
28
  [1,1,0.71,6.66,0],
29
  [2,1,0.97,8.37,0],
30
  [2,3,1.48,8.92,0],
31
- ], ],
32
  description="Predicting Taxi Fare Amount Using Machine Learning.",
33
  theme='dark'
34
  )
 
28
  [1,1,0.71,6.66,0],
29
  [2,1,0.97,8.37,0],
30
  [2,3,1.48,8.92,0],
31
+ ],
32
  description="Predicting Taxi Fare Amount Using Machine Learning.",
33
  theme='dark'
34
  )