Spaces:
Runtime error
Runtime error
Test button size
Browse files
app.py
CHANGED
@@ -84,8 +84,8 @@ def perform(input1, input2):
|
|
84 |
return path, info_window
|
85 |
|
86 |
label = gr.Label("Hola!")
|
87 |
-
buy = gr.Button("Buy More", visible=False)
|
88 |
-
imagen = gr.Image('source.png', show_download_button=False, visible=
|
89 |
|
90 |
demo = gr.Interface(
|
91 |
fn=perform,
|
|
|
84 |
return path, info_window
|
85 |
|
86 |
label = gr.Label("Hola!")
|
87 |
+
buy = gr.Button("Buy More", visible=False, size='sm')
|
88 |
+
imagen = gr.Image('source.png', show_download_button=False, visible=True)
|
89 |
|
90 |
demo = gr.Interface(
|
91 |
fn=perform,
|