Spaces:
Configuration error
Configuration error
oremaz
commited on
Commit
·
9c71bd1
1
Parent(s):
dbd4279
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks() as demo:
|
|
172 |
"""
|
173 |
)
|
174 |
|
175 |
-
gr.LoginButton()
|
176 |
login_button.activate()
|
177 |
|
178 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|
|
|
172 |
"""
|
173 |
)
|
174 |
|
175 |
+
login_button = gr.LoginButton()
|
176 |
login_button.activate()
|
177 |
|
178 |
run_button = gr.Button("Run Evaluation & Submit All Answers")
|