AItool commited on
Commit
6fbf530
·
verified ·
1 Parent(s): 8b2266e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ if "full_text" not in st.session_state:
21
 
22
  # Create a text input area for user prompts
23
  with st.form("my_form"):
24
- text = st.text_area("JOKER (using model TinyLlama/TinyLlama-1.1B-Chat-v1.0):", "Tell me a single joke in 4 sentences to make me laugh really hard. It has to be clever and funny. A short joke, not a long one, of a subject picked at random. You can not repeat the subject of the joke, so be creative.")
25
  submitted = st.form_submit_button("Submit")
26
 
27
  # Initialize the full_text variable
 
21
 
22
  # Create a text input area for user prompts
23
  with st.form("my_form"):
24
+ text = st.text_area("JOKER (using model TinyLlama/TinyLlama-1.1B-Chat-v1.0):", "Give me a clever and funny joke in exactly four sentences. It should make me laugh really hard. Choose a random subject, and don't repeat the topic in your joke. Be creative and concise.")
25
  submitted = st.form_submit_button("Submit")
26
 
27
  # Initialize the full_text variable