Hydrangea commited on
Commit
abc5ed7
1 Parent(s): b15841a

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -0
app.py ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+ import random as rd
3
+
4
+ with gr.Blogr.Blocks() as myApp:
5
+ with gr.Row():
6
+ with gr.Colgr.Column(scala=1):
7
+ inp = gr.Radgr(choices=list(range(10)),label='34 '
8
+ with gr.Colgr.Column(scala=1):
9
+ out = gr.Texgr.Textbox(label=
10
+ myApp.laumyApp.launch()
11
+
12
+