davanstrien HF Staff commited on
Commit
42de873
·
1 Parent(s): 6c8ff54

Fix broken link in Markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
210
  [result],
211
  )
212
  gr.Markdown(
213
- "If you have any questions or feedback feel free to reach out to us on using the [Discussion tab]https://huggingface.co/spaces/librarian-bots/github-to-huggingface-dataset-migration-tool/discussions/1)"
214
  )
215
 
216
 
 
210
  [result],
211
  )
212
  gr.Markdown(
213
+ "If you have any questions or feedback feel free to reach out to us on using the [Discussion tab](https://huggingface.co/spaces/librarian-bots/github-to-huggingface-dataset-migration-tool/discussions/1)"
214
  )
215
 
216