zss2341 commited on
Commit
30bc0b6
·
1 Parent(s): bd8a26e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
33
  gr.Markdown("""<h2><center>小圈自用即可,能用不必谢我</center></h2> """)
34
  gr.Markdown("""<h2><center>用爱发电甚难,不要随便乱传</center></h2> """)
35
 
36
- if not (email and password):
37
  gr.Markdown("""<h2>请使用openAI账户登录</h2>""")
38
  with gr.Row():
39
  Email = gr.Textbox(placeholder="请输入openAI的邮箱地址")
 
33
  gr.Markdown("""<h2><center>小圈自用即可,能用不必谢我</center></h2> """)
34
  gr.Markdown("""<h2><center>用爱发电甚难,不要随便乱传</center></h2> """)
35
 
36
+ if not email and password:
37
  gr.Markdown("""<h2>请使用openAI账户登录</h2>""")
38
  with gr.Row():
39
  Email = gr.Textbox(placeholder="请输入openAI的邮箱地址")