Spaces:
Runtime error
Runtime error
Commit
·
7344b95
1
Parent(s):
1322274
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def thanks(sentiment):
|
|
49 |
labeled_sentiments.append(sentiment)
|
50 |
counter = len(labeled_sentiments)
|
51 |
# create repo
|
52 |
-
create_repo("torileatherman/"+counter+"labeled_data"
|
53 |
# push to repo
|
54 |
labeled_sentiments = Dataset.from_pandas(labeled_sentiments)
|
55 |
labeled_sentiments.push_to_hub("torileatherman/"+counter+"labeled_data")
|
|
|
49 |
labeled_sentiments.append(sentiment)
|
50 |
counter = len(labeled_sentiments)
|
51 |
# create repo
|
52 |
+
create_repo("torileatherman/"+counter+"labeled_data")
|
53 |
# push to repo
|
54 |
labeled_sentiments = Dataset.from_pandas(labeled_sentiments)
|
55 |
labeled_sentiments.push_to_hub("torileatherman/"+counter+"labeled_data")
|