bambadij commited on
Commit
e9bae19
·
1 Parent(s): d0bc17e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def predict(*args, pipeline=pipeline, inputs=inputs):
41
  with gr.Blocks(theme=gr.themes.Monochrome()) as app:
42
  gr.Markdown("# ETA PREDICTION")
43
  gr.Markdown("""This app uses a machine learning model to predict the ETA of trips on the Yassir Hailing App.Refer to the expander at the bottom for more information on the inputs.""")
44
-
45
  with gr.Row():
46
  origin_lat= gr.Slider(2.806,3.381,step = 0.01,interactive=True, value=2.806, label = 'origin_lat')
47
  origin_lon = gr.Slider(36.589,36.820,step =0.01,interactive=True, value=36.589,label = 'origin_lon')
 
41
  with gr.Blocks(theme=gr.themes.Monochrome()) as app:
42
  gr.Markdown("# ETA PREDICTION")
43
  gr.Markdown("""This app uses a machine learning model to predict the ETA of trips on the Yassir Hailing App.Refer to the expander at the bottom for more information on the inputs.""")
44
+
45
  with gr.Row():
46
  origin_lat= gr.Slider(2.806,3.381,step = 0.01,interactive=True, value=2.806, label = 'origin_lat')
47
  origin_lon = gr.Slider(36.589,36.820,step =0.01,interactive=True, value=36.589,label = 'origin_lon')