Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,6 @@ with gr.Blocks() as demo:
|
|
35 |
if not email or password:
|
36 |
gr.Markdown("""<h2>请使用openAI账户登录</h2>""")
|
37 |
with gr.Row():
|
38 |
-
with gr.Group():
|
39 |
email = gr.Textbox(placeholder="请输入openAI的邮箱地址")
|
40 |
password = gr.Textbox(placeholder="请输入openAI的登录密码")
|
41 |
with gr.Row():
|
|
|
35 |
if not email or password:
|
36 |
gr.Markdown("""<h2>请使用openAI账户登录</h2>""")
|
37 |
with gr.Row():
|
|
|
38 |
email = gr.Textbox(placeholder="请输入openAI的邮箱地址")
|
39 |
password = gr.Textbox(placeholder="请输入openAI的登录密码")
|
40 |
with gr.Row():
|