DeepVen commited on
Commit
ecb0295
·
1 Parent(s): 8e966f8

Update LLMInsights.py

Browse files
Files changed (1) hide show
  1. LLMInsights.py +2 -2
LLMInsights.py CHANGED
@@ -174,9 +174,9 @@ def rag_response(response):
174
  #st.markdown(".stTextInput > label {font-size:105%; font-weight:bold; color:blue;} ",unsafe_allow_html=True) #for all text-input label sections
175
 
176
 
177
- st.markdown('<h1 style="color:#100170;font-size:48px;text-align:center;">RAG Response</h1>', unsafe_allow_html=True)
178
 
179
- question_title = '<h2 style="color:#33ff33;font-size:24px;">Question</h2>'
180
  question = f"<div style='background-color:#f0f0f0; padding:10px; border-radius:10px;'>{response['query']}</div>"
181
  st.markdown(question_title, unsafe_allow_html=True)
182
  st.markdown(question, unsafe_allow_html=True)
 
174
  #st.markdown(".stTextInput > label {font-size:105%; font-weight:bold; color:blue;} ",unsafe_allow_html=True) #for all text-input label sections
175
 
176
 
177
+ st.markdown('<h1 style="color:#100170;font-size:32px;text-align:center;">RAG Response</h1>', unsafe_allow_html=True)
178
 
179
+ question_title = '<h2 style="color:#100170;font-size:24px;">Question</h2>'
180
  question = f"<div style='background-color:#f0f0f0; padding:10px; border-radius:10px;'>{response['query']}</div>"
181
  st.markdown(question_title, unsafe_allow_html=True)
182
  st.markdown(question, unsafe_allow_html=True)