Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def ui():
|
|
111 |
traits_list.append(matching_rows["Traits"].values[0])
|
112 |
content_list.append(matching_rows["Content"].values[0])
|
113 |
|
114 |
-
prompt = f"
|
115 |
|
116 |
# Display user input field
|
117 |
name_input = st.text_input("Enter your name:")
|
|
|
111 |
traits_list.append(matching_rows["Traits"].values[0])
|
112 |
content_list.append(matching_rows["Content"].values[0])
|
113 |
|
114 |
+
prompt = f"The following are Traits {', '.join(traits_list)}, and the content for the options is {', '.join(content_list)}"
|
115 |
|
116 |
# Display user input field
|
117 |
name_input = st.text_input("Enter your name:")
|