DeepVen commited on
Commit
1f96336
1 Parent(s): 3cc5b38

Upload Index.py

Browse files
Files changed (1) hide show
  1. Index.py +1 -1
Index.py CHANGED
@@ -136,7 +136,7 @@ initialize_vectorstore()
136
  @app.get("/trace")
137
  def trace():
138
 
139
- return px.active_session().view()
140
 
141
 
142
 
 
136
  @app.get("/trace")
137
  def trace():
138
 
139
+ return px.active_session().get_spans_dataframe ()
140
 
141
 
142