Spaces:
Sleeping
Sleeping
import gradio as gr | |
with gr.Blocks() as demo: | |
gr.Markdown("# Scroll test") | |
gr.Image() | |
gr.Image() | |
gr.Image() | |
gr.Image() | |
gr.Textbox() | |
gr.Textbox() | |
gr.Textbox() | |
gr.Textbox() | |
gr.Chatbot() | |
if __name__ == "__main__": | |
demo.launch() | |