Elfsong commited on
Commit
c566e8a
·
1 Parent(s): 195e9fe
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -122,6 +122,7 @@ with tab4:
122
  }])
123
 
124
  ds_name = str(uuid.uuid1())
125
- new_ds.push_to_hub(f"Elfsong/Venus_Anotation", f'python3-{ds_name}')
 
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