bargav25 UdayG98 commited on
Commit
c8039e2
1 Parent(s): 28f8b11

Update app.py (#1)

Browse files

- Update app.py (1eea6e684cfb45372b6bdce34cba0373882c97cd)


Co-authored-by: Uday Garg <UdayG98@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,4 +38,4 @@ station_input = gr.Textbox(label="Enter Station Name") # Use gr.Textbox for inp
38
  output_text = gr.Textbox(label="Station ID or Suggestions") # Use gr.Textbox for output
39
 
40
  # Launch the Gradio interface
41
- gr.Interface(fn=find_station, inputs=station_input, outputs=output_text, title="Station Finder").launch()
 
38
  output_text = gr.Textbox(label="Station ID or Suggestions") # Use gr.Textbox for output
39
 
40
  # Launch the Gradio interface
41
+ gr.Interface(fn=find_station, inputs=station_input, outputs=output_text, title="Ebike Finder").launch()