Spaces:
Sleeping
Sleeping
KrSharangrav
commited on
Commit
Β·
117ee2b
1
Parent(s):
3a2e6c2
changes made in the prompt bar
Browse files
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("
|
16 |
-
st.write("
|
17 |
-
st.write("
|
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:")
|