mgokg commited on
Commit
655abac
Β·
verified Β·
1 Parent(s): 95c14d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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")