shubhendu-ghosh commited on
Commit
293a762
1 Parent(s): 383f199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def user_input(user_question):
76
 
77
  print(response)
78
 
79
- st.markdown(f"""<p style="color: #0352ff;font-size: 15px;font-family: sans-serif; text-align:left;margin-bottom: 0px; height: 5px">{response["output_text"]}</p>""", unsafe_allow_html=True)
80
 
81
 
82
 
 
76
 
77
  print(response)
78
 
79
+ st.markdown(f"""<p style="color: #000000;font-size: 15px;font-family: sans-serif; text-align:left;margin-bottom: 0px; height: 5px">{response["output_text"]}</p>""", unsafe_allow_html=True)
80
 
81
 
82