Krebzonide commited on
Commit
a54ef95
·
verified ·
1 Parent(s): a1ec9c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- with gr.Blocks as demo:
4
  gr.Dataframe(
5
  headers=["name"],
6
  datatype=["str"],
 
1
  import gradio as gr
2
 
3
+ with gr.Blocks() as demo:
4
  gr.Dataframe(
5
  headers=["name"],
6
  datatype=["str"],