Upload 5 files
Browse files
app.py
CHANGED
@@ -97,3 +97,12 @@ if st.button("🤗 Setup Project Resources"):
|
|
97 |
argilla_space_repo_id=f"{hub_username}/{argilla_name}",
|
98 |
project_space_repo_id=f"{hub_username}/{space_name}",
|
99 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
argilla_space_repo_id=f"{hub_username}/{argilla_name}",
|
98 |
project_space_repo_id=f"{hub_username}/{space_name}",
|
99 |
)
|
100 |
+
|
101 |
+
st.subheader("👢 Next Steps")
|
102 |
+
|
103 |
+
st.write("Go to you project specific space!")
|
104 |
+
|
105 |
+
st.link_button(
|
106 |
+
"🧑🌾 Open Configuration Space",
|
107 |
+
f"https://huggingface.co/spaces/{hub_username}/{space_name}",
|
108 |
+
)
|