Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
changxin
/
test
like
1
Build error
App
Files
Files
Community
changxin
commited on
Aug 2, 2022
Commit
099ca4e
•
1 Parent(s):
40ea73f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -41,7 +41,7 @@ def fx_dax(s:str):
41
42
def fx_datatable(s:str):
43
a=exec(s)
44
-
return
a
45
46
demo=gr.Blocks()
47
with demo:
41
42
def fx_datatable(s:str):
43
a=exec(s)
44
+
return
locals().items()
45
46
demo=gr.Blocks()
47
with demo: