Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 += "<
|
| 149 |
rr = generate_response(manual_rules, proposal_details)
|
| 150 |
-
text += "<
|
| 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)
|