Moibe commited on
Commit
cea93c5
·
1 Parent(s): 0114b25

Default theme, secondary button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,7 +92,7 @@ def perform(input1, input2):
92
  # gr.State.capsule = capsule
93
  # gr.State.tokens = 20
94
  lbl_msg = gr.Label("AI Engine ready...")
95
- btn_buy = gr.Button("Buy More", visible=True, size='lg', icon="https://p1.hiclipart.com/preview/61/958/386/emojis-100-euro-banknote-thumbnail.jpg")
96
  result_image = gr.Image()
97
  textbox = gr.Textbox("Nuevo textbox", interactive=False)
98
  texto_del_markdown = """
@@ -117,7 +117,7 @@ def cambio():
117
  # — gr.themes.Monochrome()
118
  # — gr.themes.Soft()
119
 
120
- with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Base()) as main:
121
 
122
  with gr.Row():
123
 
 
92
  # gr.State.capsule = capsule
93
  # gr.State.tokens = 20
94
  lbl_msg = gr.Label("AI Engine ready...")
95
+ btn_buy = gr.Button("Buy More", visible=True, size='lg', icon="https://p1.hiclipart.com/preview/61/958/386/emojis-100-euro-banknote-thumbnail.jpg", variant='secondary')
96
  result_image = gr.Image()
97
  textbox = gr.Textbox("Nuevo textbox", interactive=False)
98
  texto_del_markdown = """
 
117
  # — gr.themes.Monochrome()
118
  # — gr.themes.Soft()
119
 
120
+ with gr.Blocks(css="footer {visibility: hidden}", theme=gr.themes.Default()) as main:
121
 
122
  with gr.Row():
123