Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,9 +116,7 @@ def ui_wrapper(dep, dest):
|
|
| 116 |
return json.dumps(results, indent=4, ensure_ascii=False)
|
| 117 |
|
| 118 |
with gr.Blocks(title="DB JSON Fahrplan", theme=gr.themes.Soft()) as demo:
|
| 119 |
-
gr.Markdown("#
|
| 120 |
-
β DB β Deutsche Bahn train connections
|
| 121 |
-
βββββββ ")
|
| 122 |
|
| 123 |
with gr.Row():
|
| 124 |
dep_input = gr.Textbox(label="Abfahrtsort", placeholder="z.B. Berlin")
|
|
|
|
| 116 |
return json.dumps(results, indent=4, ensure_ascii=False)
|
| 117 |
|
| 118 |
with gr.Blocks(title="DB JSON Fahrplan", theme=gr.themes.Soft()) as demo:
|
| 119 |
+
gr.Markdown("# β DB β Deutsche Bahn train connections")
|
|
|
|
|
|
|
| 120 |
|
| 121 |
with gr.Row():
|
| 122 |
dep_input = gr.Textbox(label="Abfahrtsort", placeholder="z.B. Berlin")
|