Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|