Spaces:
Sleeping
Sleeping
Ben Burtenshaw
commited on
Commit
•
3cd5b0e
1
Parent(s):
9675a52
fix push from argilla
Browse files
pages/3_🌱 Generate Dataset.py
CHANGED
@@ -170,7 +170,6 @@ if all(
|
|
170 |
with st.spinner("Pushing pipeline to the Hub..."):
|
171 |
push_pipeline_params(
|
172 |
pipeline_params={
|
173 |
-
"argilla_api_key": argilla_api_key,
|
174 |
"argilla_api_url": argilla_url,
|
175 |
"argilla_dataset_name": argilla_dataset_name,
|
176 |
"self_instruct_base_url": self_instruct_base_url,
|
@@ -202,7 +201,9 @@ if all(
|
|
202 |
language="bash",
|
203 |
)
|
204 |
|
205 |
-
st.markdown(
|
|
|
|
|
206 |
|
207 |
st.code(
|
208 |
"""
|
|
|
170 |
with st.spinner("Pushing pipeline to the Hub..."):
|
171 |
push_pipeline_params(
|
172 |
pipeline_params={
|
|
|
173 |
"argilla_api_url": argilla_url,
|
174 |
"argilla_dataset_name": argilla_dataset_name,
|
175 |
"self_instruct_base_url": self_instruct_base_url,
|
|
|
201 |
language="bash",
|
202 |
)
|
203 |
|
204 |
+
st.markdown(
|
205 |
+
"Next, you'll need to clone the pipeline code and install dependencies:"
|
206 |
+
)
|
207 |
|
208 |
st.code(
|
209 |
"""
|