Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,11 @@ with gr.Blocks() as demo:
|
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|
44 |
prompt = gr.components.Textbox(lines=5, label="่ผธๅ
ฅๆ็คบๆๅญ", placeholder=examples[0])
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
47 |
gr.Examples(examples, inputs=[prompt])
|
48 |
with gr.Column():
|
49 |
result = gr.components.Textbox(lines=15, label="็ๆ็่็จฟ")
|
|
|
42 |
with gr.Row():
|
43 |
with gr.Column():
|
44 |
prompt = gr.components.Textbox(lines=5, label="่ผธๅ
ฅๆ็คบๆๅญ", placeholder=examples[0])
|
45 |
+
with gr.Row():
|
46 |
+
with gr.Column():
|
47 |
+
btn = gr.Button("้จๆฉ็ๆ่็จฟ")
|
48 |
+
with gr.Column():
|
49 |
+
btn2 = gr.Button("ๅบๅฎ็ๆ่็จฟ")
|
50 |
gr.Examples(examples, inputs=[prompt])
|
51 |
with gr.Column():
|
52 |
result = gr.components.Textbox(lines=15, label="็ๆ็่็จฟ")
|