davanstrien HF staff commited on
Commit
a89ab80
1 Parent(s): 7249cb2

Update Discussion tab URL

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
201
  [result],
202
  )
203
  gr.Markdown(
204
- "If you have any questions or feedback feel free to reach out to us on using the [Discussion tab](https://huggingface.co/spaces/davanstrien/github-to-huggingface-dataset/discussions/new)." # TODO update this url
205
  )
206
 
207
 
 
201
  [result],
202
  )
203
  gr.Markdown(
204
+ "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)"
205
  )
206
 
207