chkla commited on
Commit
3f08d97
β€’
1 Parent(s): b2f37c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ def main():
107
  st.session_state.selected_prompt_id = None
108
 
109
  st.title("Annotation PromptCards 🏷️ πŸ“ πŸ€–")
110
- st.write("Welcome to the Prompt Archive! Click on the 'View details' button on each prompt card to see more information about the annotation prompt. Check out our [website]([![Google Slides](https://img.shields.io/badge/Archive-yellow?logo=google-slides)](https://flask-prompt-annotations.vercel.app)). Happy searching πŸ§‘πŸ½β€πŸš€!")
111
  st.write("---")
112
 
113
  prompts = load_prompts()
 
107
  st.session_state.selected_prompt_id = None
108
 
109
  st.title("Annotation PromptCards 🏷️ πŸ“ πŸ€–")
110
+ st.write("Welcome to the Prompt Archive! Click on the 'View details' button on each prompt card to see more information about the annotation prompt. Check out our [website](https://flask-prompt-annotations.vercel.app). Happy searching πŸ§‘πŸ½β€πŸš€!")
111
  st.write("---")
112
 
113
  prompts = load_prompts()