File size: 179 Bytes
f79083c
 
481e56f
 
 
f79083c
 
 
1
2
3
4
5
6
7
8
import gradio as gr

css = "footer {display: none !important;} .gradio-container {min-height: 0px !important;}"

with gr.Blocks(css=css) as demo:
   gr.Button()
    
demo.launch()