KrSharangrav commited on
Commit
117ee2b
Β·
1 Parent(s): 3a2e6c2

changes made in the prompt bar

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,9 +12,9 @@ collection = get_mongo_client()
12
  st.subheader("πŸ’¬ Chatbot with Sentiment Analysis & Category Extraction")
13
 
14
  # Create an expander to display example questions on separate lines.
15
- with st.expander("Example Questions"):
16
- st.write("β€’ Provide analysis for data entry 1 in the dataset")
17
- st.write("β€’ What is the dataset summary?")
18
 
19
  # Text area for user input.
20
  user_prompt = st.text_area("Ask me something:")
 
12
  st.subheader("πŸ’¬ Chatbot with Sentiment Analysis & Category Extraction")
13
 
14
  # Create an expander to display example questions on separate lines.
15
+ with st.expander("πŸ‘‹ Hi, allow me to help you with prompts:"):
16
+ st.write("πŸ’‘ Provide analysis for data entry 1 in the dataset")
17
+ st.write("πŸ’‘ What is the dataset summary?")
18
 
19
  # Text area for user input.
20
  user_prompt = st.text_area("Ask me something:")