AItool commited on
Commit
b65da23
·
verified ·
1 Parent(s): 6ba98c5

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 (TinyLlama is not great at joke telling.) (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
 
21
 
22
  # Create a text input area for user prompts
23
  with st.form("my_form"):
24
+ text = st.text_area("JOKER (TinyLlama is not great at joke telling.) (using model TinyLlama/TinyLlama-1.1B-Chat-v1.0):", "Tell me a clever and funny joke in exactly 4 sentences. It should make me laugh really hard. 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