laudes commited on
Commit
b01ac9e
·
verified ·
1 Parent(s): a3cb821

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -185,6 +185,9 @@ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Ubuntu"), "Arial
185
  with gr.Row():
186
  html_output_cost = gr.HTML(elem_id='ydcoza_cost_output', visible=False)
187
 
 
 
 
188
  # Enable button when text is entered
189
  def update_button_state(text):
190
  if text.strip():
 
185
  with gr.Row():
186
  html_output_cost = gr.HTML(elem_id='ydcoza_cost_output', visible=False)
187
 
188
+ with gr.Row():
189
+ logout_button = gr.Button("Logout", link="/logout", elem_id='ydcoza_gradio_button')
190
+
191
  # Enable button when text is entered
192
  def update_button_state(text):
193
  if text.strip():