mgokg commited on
Commit
6e0e509
·
verified ·
1 Parent(s): 085ef0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def save_to_csv(data, filename):
103
 
104
  # Create the Gradio interface
105
  with gr.Blocks() as demo:
106
- gr.Markdown("# Vereine in Deutschland")
107
  with gr.Row():
108
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
109
  with gr.Row():
 
103
 
104
  # Create the Gradio interface
105
  with gr.Blocks() as demo:
106
+ gr.Markdown("# [![M|S](https://specialist-it.de/downloadbut.png)](https://specialist-it.de/verein.csv)")
107
  with gr.Row():
108
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
109
  with gr.Row():