Anutida commited on
Commit
19c066f
1 Parent(s): c10d95f

Update app.py

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