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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import random as rd
3
  with gr.Blocks() as myApp:
4
  with gr.Row():
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='ผลลัพธ์)
 
2
  import random as rd
3
  with gr.Blocks() as myApp:
4
  with gr.Row():
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='ผลลัพธ์)