AItool commited on
Commit
82dc897
·
verified ·
1 Parent(s): 10b87a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def generate_response(input_text):
14
 
15
  # Create a text input area for user prompts
16
  with st.form("my_form"):
17
- text = st.text_area("Enter text:", "What are the three key pieces of advice for learning how to code?")
18
  submitted = st.form_submit_button("Submit")
19
 
20
  # Validate the API key and generate a response
 
14
 
15
  # Create a text input area for user prompts
16
  with st.form("my_form"):
17
+ text = st.text_area("Enter text:", "What are the three character traits that a good developer should have?")
18
  submitted = st.form_submit_button("Submit")
19
 
20
  # Validate the API key and generate a response