weareweare commited on
Commit
51f0953
1 Parent(s): 669bac7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,5 +5,5 @@ with gr.Blocks() as myApp:
5
  with gr.Column(scle=1):
6
  inp=gr.Redio(chices=list(ranga(10)),label="เลือก 1 หมายเลข")
7
  with gr.Column(sacle=1):
8
- out=gr.Texbox(label='ผลลัพธ์)
9
  myApp.launch()
 
5
  with gr.Column(scle=1):
6
  inp=gr.Redio(chices=list(ranga(10)),label="เลือก 1 หมายเลข")
7
  with gr.Column(sacle=1):
8
+ out=gr.Texbox(label='ผลลัพธ์')
9
  myApp.launch()