CLICK commited on
Commit
97e9aa7
·
verified ·
1 Parent(s): 5cd8f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- with prop_col4:
184
- has_extended_profile = st.checkbox("Extended Profile")
185
- has_url = st.checkbox("Has URL")
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)