Spaces:
Runtime error
Runtime error
Szymon Woźniak
commited on
Commit
•
56e420d
1
Parent(s):
cd37af8
remove prints, change language to latex
Browse files
pages/3_Dataset_Statistics.py
CHANGED
@@ -41,7 +41,5 @@ st.dataframe(df_filter)
|
|
41 |
|
42 |
|
43 |
if st.button("Export citations"):
|
44 |
-
print("BLEEEEE")
|
45 |
-
print(export_citations(df_filter))
|
46 |
val = export_citations(df_filter)
|
47 |
-
st.code(val)
|
|
|
41 |
|
42 |
|
43 |
if st.button("Export citations"):
|
|
|
|
|
44 |
val = export_citations(df_filter)
|
45 |
+
st.code(val, language="latex")
|