Parthebhan commited on
Commit
d843b6b
·
verified ·
1 Parent(s): 382b444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ automatidata_ga = gr.Interface(fn=automatidata,
21
  gr.Number(label="Duration"),
22
  gr.Number(0, 1, label="Rush Hour - [0 or 1]")
23
  ],
24
- outputs="text", title="New York City Taxi and Limousine Commission (TLC) /n/nTaxi Fares Estimator",
25
  description="Predicting Taxi Fare Amount Using Machine Learning.",
26
  theme='dark'
27
  )
 
21
  gr.Number(label="Duration"),
22
  gr.Number(0, 1, label="Rush Hour - [0 or 1]")
23
  ],
24
+ outputs="text", title="New York City Taxi and Limousine Commission (TLC) - Taxi Fares Estimator",
25
  description="Predicting Taxi Fare Amount Using Machine Learning.",
26
  theme='dark'
27
  )