Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ with gr.Blocks() as demo:
|
|
30 |
gr.Markdown("""<h2><center>这是一个代理,用于实现免翻</center></h2> """)
|
31 |
gr.Markdown("""<h2><center>小圈自用即可,能用不必谢我</center></h2> """)
|
32 |
gr.Markdown("""<h2><center>用爱发电甚难,不要随便乱传</center></h2> """)
|
33 |
-
if not
|
34 |
gr.Markdown("""<h2>请使用openAI账户登录</h2>""")
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|
|
|
30 |
gr.Markdown("""<h2><center>这是一个代理,用于实现免翻</center></h2> """)
|
31 |
gr.Markdown("""<h2><center>小圈自用即可,能用不必谢我</center></h2> """)
|
32 |
gr.Markdown("""<h2><center>用爱发电甚难,不要随便乱传</center></h2> """)
|
33 |
+
if not password:
|
34 |
gr.Markdown("""<h2>请使用openAI账户登录</h2>""")
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|