update
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
120 |
""")
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
123 |
-
login_id = gr.Textbox(label='
|
124 |
with gr.Column():
|
125 |
password = gr.Textbox(label='Password: (required)', type='password', placeholder='720yun password')
|
126 |
with gr.Row():
|
|
|
120 |
""")
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
123 |
+
login_id = gr.Textbox(label='Account: (required)', placeholder='720yun account')
|
124 |
with gr.Column():
|
125 |
password = gr.Textbox(label='Password: (required)', type='password', placeholder='720yun password')
|
126 |
with gr.Row():
|