Update app.py
Browse files
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
|
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
|