Spaces:
Build error
Build error
fix: Fix indentation for new variables
Browse files
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 |
-
|
16 |
|
17 |
-
|
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 |
|