Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -667,7 +667,7 @@ with chat_container:
|
|
667 |
st.markdown("---")
|
668 |
|
669 |
user_input = st.chat_input(
|
670 |
-
placeholder="Ask about your LinkedIn profile, e.g., 'Analyze my profile,
|
671 |
)
|
672 |
|
673 |
if user_input and user_input.strip():
|
|
|
667 |
st.markdown("---")
|
668 |
|
669 |
user_input = st.chat_input(
|
670 |
+
placeholder="Ask about your LinkedIn profile, e.g., 'Analyze my profile, How do I fit for AI role?, How is my about section?, Enhance my headline, etc'"
|
671 |
)
|
672 |
|
673 |
if user_input and user_input.strip():
|