Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ if "full_text" not in st.session_state:
|
|
20 |
|
21 |
# Create a text input area for user prompts
|
22 |
with st.form("my_form"):
|
23 |
-
text = st.text_area("Enter text:", "Tell me a 4 sentence joke to make me laugh. A short joke, not a long one. With a random subject. You can not repeat the subject or the joke, so be creative.")
|
24 |
submitted = st.form_submit_button("Submit")
|
25 |
|
26 |
# Initialize the full_text variable
|
|
|
20 |
|
21 |
# Create a text input area for user prompts
|
22 |
with st.form("my_form"):
|
23 |
+
text = st.text_area("Enter text (using model TinyLlama/TinyLlama-1.1B-Chat-v1.0):", "Tell me a 4 sentence joke to make me laugh. A short joke, not a long one. With a random subject. You can not repeat the subject or the joke, so be creative.")
|
24 |
submitted = st.form_submit_button("Submit")
|
25 |
|
26 |
# Initialize the full_text variable
|