Spaces:
Runtime error
Runtime error
fix: redesign of UI
Browse files
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()
|