rodrigomasini commited on
Commit
ffe1603
1 Parent(s): e7060c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -827,6 +827,7 @@ data_overall = gr.components.Dataframe(
827
  line_breaks=False,
828
  interactive=False
829
  )
 
830
 
831
  def display(x, y):
832
  global data_overall # Ensure we're accessing the global variable
 
827
  line_breaks=False,
828
  interactive=False
829
  )
830
+ print(data_overall)
831
 
832
  def display(x, y):
833
  global data_overall # Ensure we're accessing the global variable