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("Enter text (using model TinyLlama/TinyLlama-1.1B-Chat-v1.0):", "Tell me a 4 sentence joke to make me laugh. They have to be clever and funny. A short joke, not a long one
|
| 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("Enter text (using model TinyLlama/TinyLlama-1.1B-Chat-v1.0):", "Tell me a 4 sentence joke to make me laugh. They have to be clever and funny. A short joke, not a long one and 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
|