mikepastor11 commited on
Commit
c81730f
1 Parent(s): ea00a3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,10 +148,10 @@ def process_user_question(user_question):
148
  # st.write(bot_template.replace(
149
  # "{{MSG}}", message.content), unsafe_allow_html=True)
150
 
151
- results_string += ( "<p>" + message.content + "</p>" )
152
 
153
 
154
- html(results_string, height=200, scrolling=True)
155
 
156
 
157
  ###################################################################################
 
148
  # st.write(bot_template.replace(
149
  # "{{MSG}}", message.content), unsafe_allow_html=True)
150
 
151
+ results_string += ( "<p>" + "-- " + message.content + "</p>" )
152
 
153
 
154
+ html(results_string, height=300, scrolling=True)
155
 
156
 
157
  ###################################################################################