Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()) 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: hidden}") as main:
|
80 |
|
81 |
#Cargado en Load, Función, input, output
|
82 |
main.load(display_tokens, None, html_credits)
|