Moibe commited on
Commit
f046f38
·
1 Parent(s): 22bc36d

Style de label removido momentaneamente

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def perform(input1, input2):
73
  #Future: Desplegar mensajes informativos en lugar de Hola.
74
  return path, info_window
75
 
76
- label = gr.Label("Hola!", style="font-size: 24px; font-weight: bold;")
77
 
78
  demo = gr.Interface(
79
  fn=perform,
 
73
  #Future: Desplegar mensajes informativos en lugar de Hola.
74
  return path, info_window
75
 
76
+ label = gr.Label("Hola!")
77
 
78
  demo = gr.Interface(
79
  fn=perform,