Spaces:
Runtime error
Runtime error
weareweare
commited on
Commit
•
c9c5bf0
1
Parent(s):
419e45a
Update app.py
Browse files
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(
|
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='ผลลัพธ์)
|