mgokg commited on
Commit
1d3c9b5
·
verified ·
1 Parent(s): ecd5b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def load_data():
132
 
133
  # Create the Gradio interface
134
  with gr.Blocks() as demo:
135
- gr.Markdown("[![Download](https://specialist-it.de/downloadbut.png)](https://specialist-it.de/verein.csv)")
136
  with gr.Row():
137
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
138
  with gr.Row():
 
132
 
133
  # Create the Gradio interface
134
  with gr.Blocks() as demo:
135
+ gr.Markdown("[Download](https://specialist-it.de/verein.csv)")
136
  with gr.Row():
137
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
138
  with gr.Row():