Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ with tab4:
|
|
126 |
|
127 |
ds_name = str(uuid.uuid1())
|
128 |
qid = example['question_id']
|
129 |
-
new_ds.push_to_hub(f"Elfsong/Venus_Anotation", f'
|
130 |
st.divider()
|
131 |
st.write("Thanks for your contribution! 🌟")
|
132 |
|
|
|
126 |
|
127 |
ds_name = str(uuid.uuid1())
|
128 |
qid = example['question_id']
|
129 |
+
new_ds.push_to_hub(f"Elfsong/Venus_Anotation", f'{language}-{qid}-{ds_name}')
|
130 |
st.divider()
|
131 |
st.write("Thanks for your contribution! 🌟")
|
132 |
|