Elfsong commited on
Commit
f5efd0f
·
verified ·
1 Parent(s): 52124d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'python3-{qid}-{ds_name}')
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