Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def main():
|
|
136 |
st.sidebar.title("About")
|
137 |
st.sidebar.write("AInnotator π€π·οΈ is a tool for creating artificial labels/ annotations. It is based on the concept of PromptCards, which are small, self-contained descriptions of a task that can be used to generate labels for a wide range of NLP tasks. Check out the GitHub repository and the PromptCards Archive for more information.")
|
138 |
st.sidebar.write("---")
|
139 |
-
st.sidebar.write("Check out the [PromptCards archive]() to find a wide range of prompts for different NLP tasks.")
|
140 |
st.sidebar.write("---")
|
141 |
st.sidebar.write("Made with β€οΈ and π€.")
|
142 |
|
|
|
136 |
st.sidebar.title("About")
|
137 |
st.sidebar.write("AInnotator π€π·οΈ is a tool for creating artificial labels/ annotations. It is based on the concept of PromptCards, which are small, self-contained descriptions of a task that can be used to generate labels for a wide range of NLP tasks. Check out the GitHub repository and the PromptCards Archive for more information.")
|
138 |
st.sidebar.write("---")
|
139 |
+
st.sidebar.write("Check out the [PromptCards archive](https://huggingface.co/spaces/chkla/AnnotationPromptCards) to find a wide range of prompts for different NLP tasks.")
|
140 |
st.sidebar.write("---")
|
141 |
st.sidebar.write("Made with β€οΈ and π€.")
|
142 |
|