Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
|
| 3 |
css = """
|
| 4 |
.example-wrapper {
|
| 5 |
height: 100vh;
|
| 6 |
}
|
| 7 |
"""
|
| 8 |
-
|
| 9 |
with gr.Blocks(css=css) as demo:
|
| 10 |
with gr.Row(elem_classes="example-wrapper"):
|
| 11 |
gr.Textbox(interactive=True, label="Textbox")
|
| 12 |
-
|
| 13 |
demo.launch()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
|
| 3 |
css = """
|
| 4 |
.example-wrapper {
|
| 5 |
height: 100vh;
|
| 6 |
}
|
| 7 |
"""
|
| 8 |
+
|
| 9 |
with gr.Blocks(css=css) as demo:
|
| 10 |
with gr.Row(elem_classes="example-wrapper"):
|
| 11 |
gr.Textbox(interactive=True, label="Textbox")
|
| 12 |
+
|
| 13 |
demo.launch()
|