Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):", "
|
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
|