Spaces:
Running
on
T4
Running
on
T4
Borg93
commited on
Commit
•
6ebdd52
1
Parent(s):
25a1e9d
Update text_roadmap.py
Browse files- helper/text/text_roadmap.py +10 -6
helper/text/text_roadmap.py
CHANGED
@@ -11,12 +11,16 @@ class TextRoadmap:
|
|
11 |
"""
|
12 |
|
13 |
discussion = """
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
20 |
|
21 |
|
22 |
if __name__ == "__main__":
|
|
|
11 |
"""
|
12 |
|
13 |
discussion = """
|
14 |
+
## Get in Touch
|
15 |
+
|
16 |
+
If you have suggestions, questions, or would like to discuss our roadmap further, please don't hesitate to reach out.
|
17 |
+
Press badge below to open a discussion on HuggingFace.
|
18 |
+
|
19 |
+
<p align="center">
|
20 |
+
<a href="https://huggingface.co/spaces/Riksarkivet/htr_demo/discussions">
|
21 |
+
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/open-a-discussion-xl-dark.svg" alt="Badge 1">
|
22 |
+
</a>
|
23 |
+
</p>"""
|
24 |
|
25 |
|
26 |
if __name__ == "__main__":
|