Spaces:
Sleeping
Sleeping
CLICK commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,9 +180,9 @@ def main():
|
|
| 180 |
default_profile = st.checkbox("Default Profile")
|
| 181 |
with prop_col3:
|
| 182 |
default_profile_image = st.checkbox("Default Profile Image")
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
|
| 187 |
st.markdown("### Tweet Content")
|
| 188 |
tweet_content = st.text_area("Sample Tweet ", height=100)
|
|
|
|
| 180 |
default_profile = st.checkbox("Default Profile")
|
| 181 |
with prop_col3:
|
| 182 |
default_profile_image = st.checkbox("Default Profile Image")
|
| 183 |
+
|
| 184 |
+
has_extended_profile = True
|
| 185 |
+
has_url = True
|
| 186 |
|
| 187 |
st.markdown("### Tweet Content")
|
| 188 |
tweet_content = st.text_area("Sample Tweet ", height=100)
|