Spaces:
Build error
Build error
Update 01_π _Home.py
Browse files- 01_π _Home.py +3 -0
01_π _Home.py
CHANGED
@@ -83,6 +83,9 @@ if refresh_stream or st.session_state.update_but:
|
|
83 |
|
84 |
#appending the new dataframe to csv
|
85 |
df_tweets.to_csv(tweet_file, mode='a', header=False, index=False)
|
|
|
|
|
|
|
86 |
|
87 |
# Get all tweets
|
88 |
tweet_list = df_tweets['tweet'].tolist()
|
|
|
83 |
|
84 |
#appending the new dataframe to csv
|
85 |
df_tweets.to_csv(tweet_file, mode='a', header=False, index=False)
|
86 |
+
|
87 |
+
current_commit = repo.push_to_hub()
|
88 |
+
print(current_commit)
|
89 |
|
90 |
# Get all tweets
|
91 |
tweet_list = df_tweets['tweet'].tolist()
|