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("
|
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):", "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
|