chkla commited on
Commit
3be8896
β€’
1 Parent(s): 8cdd7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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