Spaces:
Sleeping
Sleeping
Elfsong commited on
Commit ·
c566e8a
1
Parent(s): 195e9fe
Update
Browse files
app.py
CHANGED
|
@@ -122,6 +122,7 @@ with tab4:
|
|
| 122 |
}])
|
| 123 |
|
| 124 |
ds_name = str(uuid.uuid1())
|
| 125 |
-
|
|
|
|
| 126 |
st.write("Thanks for your contribution! 🌟")
|
| 127 |
|
|
|
|
| 122 |
}])
|
| 123 |
|
| 124 |
ds_name = str(uuid.uuid1())
|
| 125 |
+
qid = example['question_id']
|
| 126 |
+
new_ds.push_to_hub(f"Elfsong/Venus_Anotation", f'python3-{qid}-{ds_name}')
|
| 127 |
st.write("Thanks for your contribution! 🌟")
|
| 128 |
|