manabb commited on
Commit
69ce7ca
·
verified ·
1 Parent(s): 39ab03b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- <div style="color: white !important; background: #006400 !important; padding: 10px; font-size: 14px;">
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></div><hr>"
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: