Update CDH_chatbot_using_RAG.py
Browse files- CDH_chatbot_using_RAG.py +1 -4
CDH_chatbot_using_RAG.py
CHANGED
@@ -53,7 +53,4 @@ if query:
|
|
53 |
|
54 |
# Display Answer
|
55 |
st.subheader("Answer:")
|
56 |
-
st.write(response_text)
|
57 |
-
|
58 |
-
this is my streamlit app code, I have made a chat bot of pega cdh documentation using rag in generative and I hve used generative ai,
|
59 |
-
please make my app user interface more beautiful and look descent, please use online images which suite for my app and use required colors, make backgroung intractive and make my app very professtional and intractive ad realtime most effective application
|
|
|
53 |
|
54 |
# Display Answer
|
55 |
st.subheader("Answer:")
|
56 |
+
st.write(response_text)
|
|
|
|
|
|