Spaces:
Paused
Paused
Upload Index.py
Browse files
Index.py
CHANGED
@@ -135,8 +135,8 @@ initialize_vectorstore()
|
|
135 |
|
136 |
@app.get("/trace")
|
137 |
def trace():
|
138 |
-
|
139 |
-
return
|
140 |
|
141 |
|
142 |
|
|
|
135 |
|
136 |
@app.get("/trace")
|
137 |
def trace():
|
138 |
+
df = px.active_session().get_spans_dataframe().fillna('')
|
139 |
+
return df
|
140 |
|
141 |
|
142 |
|