Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
cf5a7bb
1
Parent(s):
fcdc7ac
wip
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ with blocks:
|
|
261 |
|
262 |
logger.info("Submit button")
|
263 |
submit_button = gr.Button("Submit")
|
264 |
-
gr.LoginButton()
|
265 |
submission_result = gr.Markdown()
|
266 |
|
267 |
submit_button.click(
|
|
|
261 |
|
262 |
logger.info("Submit button")
|
263 |
submit_button = gr.Button("Submit")
|
264 |
+
# gr.LoginButton()
|
265 |
submission_result = gr.Markdown()
|
266 |
|
267 |
submit_button.click(
|