cartoon18 commited on
Commit
b8bd04c
·
1 Parent(s): 70faef9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,6 +6,6 @@ with gr.Blocks() as myapp:
6
  with gr.Column(scale=1):
7
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
8
  with gr.Column(scaie=1):
9
- our=gr.textbox(label='ผลลัพธ์')
10
 
11
  myapp.launch()
 
6
  with gr.Column(scale=1):
7
  inp = gr.Radio(choices=list(range(10)),label='เลือก 1 หมายเลข')
8
  with gr.Column(scaie=1):
9
+ our=gr.Textbox(label='ผลลัพธ์')
10
 
11
  myapp.launch()