Spaces:
Runtime error
Runtime error
cvargas commited on
Commit ·
35e149b
1
Parent(s): 896320f
grado new btnssssssss
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ with gr.Blocks() as demo:
|
|
| 50 |
with gr.Row():
|
| 51 |
true_btn = gr.Button("True")
|
| 52 |
false_btn = gr.Button("False")
|
| 53 |
-
l = gr.
|
| 54 |
|
| 55 |
def ann(num1, num2):
|
| 56 |
return num1 + num2
|
|
|
|
| 50 |
with gr.Row():
|
| 51 |
true_btn = gr.Button("True")
|
| 52 |
false_btn = gr.Button("False")
|
| 53 |
+
l = gr.Textbox(label="label")
|
| 54 |
|
| 55 |
def ann(num1, num2):
|
| 56 |
return num1 + num2
|