Alvinn-aai commited on
Commit
5aaa510
·
1 Parent(s): 65e0342

revert always login

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -154,8 +154,7 @@ def gate_submission(profile: gr.OAuthProfile | None):
154
  """
155
  if profile is None:
156
  return gr.update(visible=True), gr.update(visible=False)
157
- # return gr.update(visible=False), gr.update(visible=True)
158
- return gr.update(visible=True), gr.update(visible=True)
159
 
160
 
161
  def get_theme():
 
154
  """
155
  if profile is None:
156
  return gr.update(visible=True), gr.update(visible=False)
157
+ return gr.update(visible=False), gr.update(visible=True)
 
158
 
159
 
160
  def get_theme():