johnowhitaker commited on
Commit
115ff0b
1 Parent(s): 2ab461b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -47,6 +47,8 @@ def get_tweets(username, limit=500, save_name=None):
47
 
48
  st.title('Test')
49
 
 
 
50
  with st.form("my_form"):
51
  st.write("Inside the form")
52
  user = st.text_input("Twitter Username")
 
47
 
48
  st.title('Test')
49
 
50
+ st.title(get_tweets('johnowhitaker', 20).shape)
51
+
52
  with st.form("my_form"):
53
  st.write("Inside the form")
54
  user = st.text_input("Twitter Username")