Redmind commited on
Commit
e9396a5
·
verified ·
1 Parent(s): 40931da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -851,7 +851,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
851
  demo.load(update_message, None, m)
852
 
853
  # Logout link styled as text link in the right corner
854
- gr.Markdown("<div class='logout-link'><a href='/logout'>Logout</a></div>")
855
 
856
  with gr.Row():
857
  sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_classes="gr-button")
 
851
  demo.load(update_message, None, m)
852
 
853
  # Logout link styled as text link in the right corner
854
+ gr.Markdown("<div class='logout-link'><a href='/logout'><b>Logout</b></a></div>")
855
 
856
  with gr.Row():
857
  sample_button = gr.Button("What is the expected receiving date and the status of ASN24081900001",elem_classes="gr-button")