jslin09 commited on
Commit
5dc06b4
โ€ข
1 Parent(s): 1616f44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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
- btn = gr.Button("้šจๆฉŸ็”Ÿๆˆ่‰็จฟ")
46
- btn2 = gr.Button("ๅ›บๅฎš็”Ÿๆˆ่‰็จฟ")
 
 
 
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="็”Ÿๆˆ็š„่‰็จฟ")