Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.title("Serverless Inference API")
|
|
16 |
|
17 |
# Create a text input area for user prompts
|
18 |
with st.form("my_form"):
|
19 |
-
text = st.text_area("Enter text:", "Tell me a joke to make me laugh.")
|
20 |
submitted = st.form_submit_button("Submit")
|
21 |
|
22 |
# Initialize the full_text variable
|
|
|
16 |
|
17 |
# Create a text input area for user prompts
|
18 |
with st.form("my_form"):
|
19 |
+
text = st.text_area("Enter text:", "Tell me a short joke to make me laugh.")
|
20 |
submitted = st.form_submit_button("Submit")
|
21 |
|
22 |
# Initialize the full_text variable
|