dpraz commited on
Commit
afe0567
1 Parent(s): 42346e7

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ data = pd.read_excel("NIAD.xlsx")
2
+ df=pd.DataFrame(data)
3
+
4
+ with gr.Blocks() as demo:
5
+ with gr.Column(scale=1):
6
+ with gr.Row():
7
+ gr.Button(value="Filler",interactive=False)
8
+ with gr.Column(scale=1):
9
+