manabb commited on
Commit
c1d6841
·
verified ·
1 Parent(s): a97bf03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,9 +145,9 @@ def loop_function(df):
145
  text += """
146
  <div style="color: white !important; background: #006400 !important; padding: 10px; font-size: 14px;">
147
  """
148
- text += "<h1>As per proposal, "+key + " : "+value+"</h1>"
149
  rr = generate_response(manual_rules, proposal_details)
150
- text += "<p>"+rr + "</p>"
151
  text += "</div><hr>"
152
  yield text
153
  time.sleep(3)
 
145
  text += """
146
  <div style="color: white !important; background: #006400 !important; padding: 10px; font-size: 14px;">
147
  """
148
+ text += "<p>As per proposal, "+key + " : "+value+"<p>"
149
  rr = generate_response(manual_rules, proposal_details)
150
+ text += "<h2>"+rr + "</h2>"
151
  text += "</div><hr>"
152
  yield text
153
  time.sleep(3)