EkhiAzur commited on
Commit
7b6d8e8
·
1 Parent(s): 6dddf8f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -35,8 +35,7 @@ with gr.Blocks() as demo:
35
  input = gr.Textbox(label="Testua")
36
  with gr.Row():
37
  bidali_btn = gr.Button("Bidali")
38
- with gr.Blocks(theme=gr.themes.Default(primary_hue=gr.themes.colors.amber, secondary_hue=gr.themes.colors.orange)) as _:
39
- ezabatu_btn = gr.Button("Ezabatu")
40
 
41
  label = gr.Label(num_top_classes=2, label="C1 maila")
42
 
 
35
  input = gr.Textbox(label="Testua")
36
  with gr.Row():
37
  bidali_btn = gr.Button("Bidali")
38
+ ezabatu_btn = gr.Button("Ezabatu")
 
39
 
40
  label = gr.Label(num_top_classes=2, label="C1 maila")
41