freddyaboulton HF Staff commited on
Commit
ed61e9c
·
verified ·
1 Parent(s): 6864c25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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()