GUI / app.py
nepan2007's picture
Update app.py
92aa186
import gradin as gr
import random as gr
with gr.Blocks() as myApp:
with gr.Rom():
with gr.Column(scale=1):
inp = gr.Radio(choices=list(range(10)),ladel='เลือก1หมายเลข')
with gr.Column(scale=7):
out = gr.Textbox(label='ผลลัพธ์')
myApp.launch()