rvilhena commited on
Commit
e4a5967
·
verified ·
1 Parent(s): 35a8852

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def multiply (x,y):
5
 
6
  with gr.Blocks() as app:
7
 
8
- gr.Label("Tabuada")
9
 
10
  with gr.Row():
11
  x_slider = gr.Slider(maximum=10, step=1, label="X")
 
5
 
6
  with gr.Blocks() as app:
7
 
8
+ gr.Label("TimeTable")
9
 
10
  with gr.Row():
11
  x_slider = gr.Slider(maximum=10, step=1, label="X")