Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ def loop_function(df):
|
|
| 195 |
if i == 1:
|
| 196 |
try:
|
| 197 |
rr = generate_response(manual_rules, proposal_details)
|
| 198 |
-
update_log("\n"+datetime.now().isoformat()+"\n"+rr)
|
| 199 |
text += """
|
| 200 |
<div style="color: white !important; background: #006400 !important; padding: 10px; font-size: 14px;">
|
| 201 |
|
|
|
|
| 195 |
if i == 1:
|
| 196 |
try:
|
| 197 |
rr = generate_response(manual_rules, proposal_details)
|
| 198 |
+
update_log("\n"+datetime.now().isoformat()+"\n"+E_file_No+"\n"+rr)
|
| 199 |
text += """
|
| 200 |
<div style="color: white !important; background: #006400 !important; padding: 10px; font-size: 14px;">
|
| 201 |
|