Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -292,7 +292,7 @@ def loop_function(df):
|
|
| 292 |
txt_forRecord+="\n"+datetime.now().isoformat()+"\n"+E_file_No+"\n"+rr
|
| 293 |
#update_log("\n"+datetime.now().isoformat()+"\n"+E_file_No+"\n"+rr)
|
| 294 |
text += """
|
| 295 |
-
<
|
| 296 |
|
| 297 |
"""
|
| 298 |
#text +="<p>"+rr+"</p>"
|
|
@@ -301,7 +301,7 @@ def loop_function(df):
|
|
| 301 |
|
| 302 |
rr_html=generate_html(rr)
|
| 303 |
text += rr_html
|
| 304 |
-
text += "</table></
|
| 305 |
yield text
|
| 306 |
time.sleep(3)
|
| 307 |
except Exception as e:
|
|
|
|
| 292 |
txt_forRecord+="\n"+datetime.now().isoformat()+"\n"+E_file_No+"\n"+rr
|
| 293 |
#update_log("\n"+datetime.now().isoformat()+"\n"+E_file_No+"\n"+rr)
|
| 294 |
text += """
|
| 295 |
+
<span style="color: #006400 !important; font-weight: bold; font-size: 14px;">
|
| 296 |
|
| 297 |
"""
|
| 298 |
#text +="<p>"+rr+"</p>"
|
|
|
|
| 301 |
|
| 302 |
rr_html=generate_html(rr)
|
| 303 |
text += rr_html
|
| 304 |
+
text += "</table></span><hr>"
|
| 305 |
yield text
|
| 306 |
time.sleep(3)
|
| 307 |
except Exception as e:
|