Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,6 @@ def ui():
|
|
127 |
# Add a submit button
|
128 |
if st.button("Submit"):
|
129 |
# Generate a chatbot response
|
130 |
-
name_input = st.text_input("Enter your name:")
|
131 |
bio = conversational_chat(prompt, name_input)
|
132 |
|
133 |
# Count words in the generated bio
|
|
|
127 |
# Add a submit button
|
128 |
if st.button("Submit"):
|
129 |
# Generate a chatbot response
|
|
|
130 |
bio = conversational_chat(prompt, name_input)
|
131 |
|
132 |
# Count words in the generated bio
|