changxin commited on
Commit
099ca4e
1 Parent(s): 40ea73f

Update app.py

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