davanstrien HF staff commited on
Commit
f3bd1e0
1 Parent(s): 30208c6

add link to discussion for feedback

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -402,7 +402,7 @@ This Gradio app allows you to track datasets hosted on the Hugging Face Hub and
402
  **You need to be logged in to your Hugging Face account to use this app.** If you don't have a Hugging Face Hub account you can get one <a href="https://huggingface.co/join">here</a>.
403
 
404
  **NOTE** This app is a proof of concept and is intended to validate how much interest there is for a feature like this.
405
- If you have feedback please add it to this [discussion]()
406
  """
407
 
408
  with gr.Blocks() as demo:
 
402
  **You need to be logged in to your Hugging Face account to use this app.** If you don't have a Hugging Face Hub account you can get one <a href="https://huggingface.co/join">here</a>.
403
 
404
  **NOTE** This app is a proof of concept and is intended to validate how much interest there is for a feature like this.
405
+ If you have feedback please add it to this [discussion](https://huggingface.co/spaces/librarian-bots/dataset-to-model-monitor/discussions/2).
406
  """
407
 
408
  with gr.Blocks() as demo: