Spaces:
Runtime error
Runtime error
Update app.py
Browse filesreplaced button position in block context
app.py
CHANGED
@@ -100,7 +100,6 @@ demo = gr.Blocks(css=custom_css)
|
|
100 |
with demo:
|
101 |
gr.HTML(TITLE)
|
102 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
103 |
-
login_button = gr.LoginButton(elem_id="oauth-button")
|
104 |
|
105 |
|
106 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
@@ -152,6 +151,8 @@ with demo:
|
|
152 |
|
153 |
with gr.Row():
|
154 |
gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
|
|
|
|
|
155 |
|
156 |
with gr.Row():
|
157 |
with gr.Column():
|
|
|
100 |
with demo:
|
101 |
gr.HTML(TITLE)
|
102 |
gr.Markdown(INTRODUCTION_TEXT, elem_classes="markdown-text")
|
|
|
103 |
|
104 |
|
105 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
|
|
151 |
|
152 |
with gr.Row():
|
153 |
gr.Markdown("# ✉️✨ Submit your model here!", elem_classes="markdown-text")
|
154 |
+
login_button = gr.LoginButton(elem_id="oauth-button")
|
155 |
+
|
156 |
|
157 |
with gr.Row():
|
158 |
with gr.Column():
|