Parthebhan commited on
Commit
c5b9af9
·
verified ·
1 Parent(s): b22eb61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ automatidata_ga = gr.Interface(fn=automatidata,
28
  gr.Number(0, 1, label="Rush Hour")
29
  ],
30
  outputs="text", title="Taxi Fares Estimator",
31
- description="Predicting Taxi Fare Amount Using Machine Learning."
 
32
  )
33
 
34
  # Launch the interface
 
28
  gr.Number(0, 1, label="Rush Hour")
29
  ],
30
  outputs="text", title="Taxi Fares Estimator",
31
+ description="Predicting Taxi Fare Amount Using Machine Learning.",
32
+ theme='dark'
33
  )
34
 
35
  # Launch the interface