AItool commited on
Commit
cad7c07
·
verified ·
1 Parent(s): ed78754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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