burtenshaw HF staff commited on
Commit
811432c
·
verified ·
1 Parent(s): f1ab077

Upload 5 files

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