File size: 178 Bytes
34628bc
 
9ad3758
 
 
34628bc
 
 
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.Textbox()

demo.launch()