Moibe commited on
Commit
1f35a40
1 Parent(s): 6e1ad4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ html_credits = gr.HTML()
76
  lbl_console = gr.Label(label="AI Terminal Messages", value="AI Engine ready...", container=True)
77
  btn_buy = gr.Button("Buy More", visible=False, size='lg')
78
 
79
- with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as main:
80
 
81
  #Cargado en Load, Función, input, output
82
  main.load(display_tokens, None, html_credits)
 
76
  lbl_console = gr.Label(label="AI Terminal Messages", value="AI Engine ready...", container=True)
77
  btn_buy = gr.Button("Buy More", visible=False, size='lg')
78
 
79
+ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: True}") as main:
80
 
81
  #Cargado en Load, Función, input, output
82
  main.load(display_tokens, None, html_credits)