AItool commited on
Commit
75648ad
·
verified ·
1 Parent(s): d605438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ if "full_text" not in st.session_state:
20
 
21
  # Create a text input area for user prompts
22
  with st.form("my_form"):
23
- text = st.text_area("Enter text:", "Tell me a 4 sentence joke to make me laugh. A short joke, not a long one. With a random name you imagine.")
24
  submitted = st.form_submit_button("Submit")
25
 
26
  # Initialize the full_text variable
 
20
 
21
  # Create a text input area for user prompts
22
  with st.form("my_form"):
23
+ text = st.text_area("Enter text:", "Tell me a 4 sentence joke to make me laugh. A short joke, not a long one. With a random subject. You can not repeat the subject or the joke, so be creative.")
24
  submitted = st.form_submit_button("Submit")
25
 
26
  # Initialize the full_text variable