Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
a43cb60
1
Parent(s):
1a35a11
option to sign out
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ with blocks:
|
|
238 |
# Shown when logged OUT
|
239 |
login_box = gr.Group(visible=True)
|
240 |
with login_box:
|
241 |
-
gr.Markdown("
|
242 |
gr.LoginButton()
|
243 |
|
244 |
# Shown when logged IN
|
@@ -260,6 +260,7 @@ with blocks:
|
|
260 |
|
261 |
logger.info("Submit button")
|
262 |
submit_button = gr.Button("Submit")
|
|
|
263 |
submission_result = gr.Markdown()
|
264 |
|
265 |
submit_button.click(
|
|
|
238 |
# Shown when logged OUT
|
239 |
login_box = gr.Group(visible=True)
|
240 |
with login_box:
|
241 |
+
gr.Markdown("Please sign in to continue:")
|
242 |
gr.LoginButton()
|
243 |
|
244 |
# Shown when logged IN
|
|
|
260 |
|
261 |
logger.info("Submit button")
|
262 |
submit_button = gr.Button("Submit")
|
263 |
+
gr.LoginButton()
|
264 |
submission_result = gr.Markdown()
|
265 |
|
266 |
submit_button.click(
|