AItool commited on
Commit
134ee3f
·
verified ·
1 Parent(s): 55adbdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ selected_model = st.selectbox("Choose a model:", model_options)
26
 
27
  # Create a text input area for user prompts
28
  with st.form("my_form"):
29
- text = st.text_area("JOKER (TinyLlama is not great at joke telling.), "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.")
30
  submitted = st.form_submit_button("Submit")
31
 
32
  # Initialize the full_text variable
 
26
 
27
  # Create a text input area for user prompts
28
  with st.form("my_form"):
29
+ text = st.text_area("JOKER (TinyLlama is not great at joke telling.) 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.")
30
  submitted = st.form_submit_button("Submit")
31
 
32
  # Initialize the full_text variable