Update app.py
Browse files
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.
|
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()
|