Moibe commited on
Commit
8a14c6a
1 Parent(s): 2625981

Hide buy button

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def perform(input1, input2):
84
  return path, info_window
85
 
86
  label = gr.Label("Hola!")
87
- buy = gr.Button("Buy More")
88
  imagen = gr.Image('source.png', show_download_button=False, visible=False)
89
 
90
  demo = gr.Interface(
 
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=False)
89
 
90
  demo = gr.Interface(