vpcom commited on
Commit
d437201
1 Parent(s): a57e2fb

fix: redesign of UI

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -271,6 +271,7 @@ with gr.Blocks(css=CSS) as demo:
271
  with gr.Row():
272
  with gr.Column():
273
  gr.Markdown().attach_load_event(hello, None)
 
274
  with gr.Column():
275
  gr.LoginButton()
276
  #gr.LogoutButton()
 
271
  with gr.Row():
272
  with gr.Column():
273
  gr.Markdown().attach_load_event(hello, None)
274
+ with gr.Row():
275
  with gr.Column():
276
  gr.LoginButton()
277
  #gr.LogoutButton()