AItool commited on
Commit
dfbc705
·
verified ·
1 Parent(s): 0f3d4bc

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 short joke to make me laugh.")
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 short joke to make me laugh. Less than 200 characters.")
24
  submitted = st.form_submit_button("Submit")
25
 
26
  # Initialize the full_text variable