wilmerags commited on
Commit
4700cf0
1 Parent(s): 25a6734

fix: Fix indentation for new variables

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ with col1:
12
  with col2:
13
  sample = st.number_input("Maximum number of tweets to use", 1, 300, 100)
14
 
15
- usr = client.get_user(username=tw_user)
16
 
17
- st.write(usr.data.id)
18
 
 
12
  with col2:
13
  sample = st.number_input("Maximum number of tweets to use", 1, 300, 100)
14
 
15
+ usr = client.get_user(username=tw_user)
16
 
17
+ st.write(usr.data.id)
18