Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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](
|
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()
|