Commit
·
9a09f64
1
Parent(s):
9d04ba5
Add link to Discussion tab for questions and
Browse files
app.py
CHANGED
@@ -200,6 +200,9 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
200 |
],
|
201 |
[result],
|
202 |
)
|
|
|
|
|
|
|
203 |
|
204 |
|
205 |
demo.launch()
|
|
|
200 |
],
|
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 |
|
208 |
demo.launch()
|