Spaces:
Runtime error
Runtime error
Update app.py (#1)
Browse files- Update app.py (1eea6e684cfb45372b6bdce34cba0373882c97cd)
Co-authored-by: Uday Garg <UdayG98@users.noreply.huggingface.co>
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="
|
|
|
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()
|