update
Browse files
app.py
CHANGED
@@ -120,11 +120,11 @@ with gr.Blocks(css=CSS) as demo:
|
|
120 |
""")
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
123 |
-
login_id = gr.Textbox(label='LoginId', placeholder='720yun loginId')
|
124 |
with gr.Column():
|
125 |
-
password = gr.Textbox(label='Password', type='password', placeholder='720yun password')
|
126 |
with gr.Row():
|
127 |
-
prompt = gr.Textbox(label='Prompt', lines=4, placeholder='Enter your prompt')
|
128 |
with gr.Row():
|
129 |
negative_prompt = gr.Textbox(label='Negative prompt', lines=2, placeholder='Enter your negative prompt')
|
130 |
with gr.Row():
|
|
|
120 |
""")
|
121 |
with gr.Row():
|
122 |
with gr.Column():
|
123 |
+
login_id = gr.Textbox(label='LoginId: (required)', placeholder='720yun loginId')
|
124 |
with gr.Column():
|
125 |
+
password = gr.Textbox(label='Password: (required)', type='password', placeholder='720yun password')
|
126 |
with gr.Row():
|
127 |
+
prompt = gr.Textbox(label='Prompt: (required)', lines=4, placeholder='Enter your prompt')
|
128 |
with gr.Row():
|
129 |
negative_prompt = gr.Textbox(label='Negative prompt', lines=2, placeholder='Enter your negative prompt')
|
130 |
with gr.Row():
|