Upload streamapp.py
Browse files- streamapp.py +4 -2
streamapp.py
CHANGED
@@ -271,8 +271,10 @@ with tab3:
|
|
271 |
|
272 |
with st.form(" trace"):
|
273 |
|
274 |
-
|
275 |
-
|
|
|
|
|
276 |
|
277 |
|
278 |
|
|
|
271 |
|
272 |
with st.form(" trace"):
|
273 |
|
274 |
+
df0 = px.active_session().get_spans_dataframe()
|
275 |
+
if not df0.empty:
|
276 |
+
df= df0.fillna('')
|
277 |
+
st.dataframe(df)
|
278 |
|
279 |
|
280 |
|