Spaces:
Runtime error
Runtime error
Update app.py
#1
by
UdayG98 - opened
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()
|